Ensure all members of the typed-ember team are authors on ember* type defs (#43429)

* chore: add @jamescdavis and @dfreeman to ember

* chore: add @jamescdavis and @dfreeman to ember-data

* chore: add @dfreeman, @chriskrycho, @jamescdavis to ember-feature-flags

* chore: add @dfreeman, @chriskrycho, @jamescdavis to ember-mocha

* chore: add @dfreeman, @chriskrycho, @jamescdavis to ember-modal-dialog

* chore: add @chriskrycho and @jamescdavis to ember-qunit

* chore: add @chriskrycho and @jamescdavis to ember-resolver

* chore: add @dfreeman, @chriskrycho, @jamescdavis to ember-test-helpers

* chore: add @dfreeman, @jamescdavis, @mike-north to ember-testing-helpers

* chore: update github url for @chriskrycho

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__application

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__array

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__component

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__controller

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__debug

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__engine

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__error

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__object

* chore: add @mike-north, @dfreeman, @jamescdavis to ember__ordered-set

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__polyfills

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__runloop

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__service

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__string

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__template

* chore: add @chriskrycho to ember__test-helpers

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__test

* chore: add @chriskrycho, @dfreeman, @jamescdavis to ember__utils
This commit is contained in:
James C. Davis 2020-03-28 14:50:24 -04:00 committed by GitHub
parent 8bf8aedba7
commit 687d92d01f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 74 additions and 2 deletions

View File

@ -3,6 +3,8 @@
// Definitions by: Derek Wickern <https://github.com/dwickern>
// Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Dan Freeman <https://github.com/dfreeman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,6 @@
// Type definitions for @ember-data/serializer 3.15
// Project: https://github.com/emberjs/data
// Definitions by: Chris Krycho <https://github.com/me>
// Definitions by: Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Mike North <https://github.com/mike-north>

View File

@ -1,6 +1,6 @@
// Type definitions for @ember-data/store 3.15
// Project: https://github.com/emberjs/data
// Definitions by: Chris Krycho <https://github.com/me>
// Definitions by: Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Mike North <https://github.com/mike-north>

View File

@ -2,6 +2,9 @@
// Project: https://github.com/kategengler/ember-feature-flags#readme
// Definitions by: Frank Tan <https://github.com/tansongyang>
// Mike North <https://github.com/mike-north>
// Dan Freeman <https://github.com/dfreeman>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -3,6 +3,9 @@
// Definitions by: Derek Wickern <https://github.com/dwickern>
// Simon Ihmig <https://github.com/simonihmig>
// Mike North <https://github.com/mike-north>
// Dan Freeman <https://github.com/dfreeman>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

View File

@ -2,6 +2,9 @@
// Project: https://github.com/yapplabs/ember-modal-dialog#readme
// Definitions by: Frank Tan <https://github.com/tansongyang>
// Mike North <https://github.com/mike-north>
// Dan Freeman <https://github.com/dfreeman>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -4,6 +4,8 @@
// Mike North <https://github.com/mike-north>
// Steve Calvert <https://github.com/scalvert>
// Dan Freeman <https://github.com/dfreeman>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -2,6 +2,8 @@
// Project: https://github.com/ember-cli/ember-resolver#readme
// Definitions by: Dan Freeman <https://github.com/dfreeman>
// Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -2,6 +2,9 @@
// Project: https://github.com/emberjs/ember-test-helpers#readme
// Definitions by: Derek Wickern <https://github.com/dwickern>
// Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Dan Freeman <https://github.com/dfreeman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for ember-testing/lib/helpers
// Project: https://github.com/emberjs/ember.js/tree/master/packages/ember-testing/lib/helpers
// Definitions by: Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Dan Freeman <https://github.com/dfreeman>
// Mike North <https://github.com/mike-north>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4

View File

@ -9,6 +9,8 @@
// Alex LaFroscia <https://github.com/alexlafroscia>
// Mike North <https://github.com/mike-north>
// Bryan Crotaz <https://github.com/BryanCrotaz>
// James C. Davis <https://github.com/jamescdavis>
// Dan Freeman <https://github.com/dfreeman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/application 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fapplication
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/array 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Farray
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/component 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fcomponent
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/controller 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fcontroller
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/debug 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fdebug
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/engine 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fengine
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/error 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Ferror
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/object 3.1
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fobject
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for @ember/ordered-set 2.0
// Project: https://github.com/emberjs/ember-ordered-set
// Definitions by: Chris Krycho <https://github.com/chriskrycho>
// Mike North <https://github.com/mike-north>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/polyfills 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fpolyfills
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -2,6 +2,9 @@
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Frunloop
// Definitions by: Mike North <https://github.com/mike-north>
// Steve Calvert <https://github.com/scalvert>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/service 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fservice
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/string 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Fstring
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/template 3.0
// Project: https://emberjs.com/api/ember/3.12/modules/@ember%2Ftemplate
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -3,6 +3,7 @@
// Definitions by: Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/test 3.0
// Project: https://emberjs.com/api/ember/3.4/modules/@ember%2Ftest
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

View File

@ -1,6 +1,9 @@
// Type definitions for non-npm package @ember/utils 3.0
// Project: http://emberjs.com/
// Definitions by: Mike North <https://github.com/mike-north>
// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8