DefinitelyTyped/types/ember/test
Frank Tan ca3bf7f06d Re-type helper from @ember/component/helper (#24986)
* Re-type `helper` from @ember/component/helper

Previous typing caused an error about using private name `Ember.Helper`
when generating declaration files.

Fortunately, the previous typings were incorrect anyway, so we can
remove the reference to `Ember.Helper` and thus fix the issue.

Relevant links:
* https://github.com/Microsoft/TypeScript/issues/5711
* https://github.com/Microsoft/TypeScript/issues/6307
* https://www.emberjs.com/api/ember/2.18/functions/@ember%2Fcomponent%2Fhelper/helper
* https://github.com/emberjs/ember.js/blob/v2.18.2/packages/ember-glimmer/lib/helper.ts#L120

* Add test for `helper` from @ember/component/helper
2018-04-14 12:09:19 -07:00
..
lib
application.ts
array-ext.ts
array-proxy.ts
array.ts
component.ts
computed.ts
controller.ts
create.ts
detect-instance.ts
detect.ts
ember-tests.ts
error.ts Ember: Add test of import from '@ember/error'. 2018-03-26 20:52:18 -06:00
event.ts
extend.ts
function-ext.ts
helper.ts Re-type helper from @ember/component/helper (#24986) 2018-04-14 12:09:19 -07:00
inject.ts
mixin.ts
object.ts
observable.ts
reopen.ts
route.ts
router.ts Allow router service methods without models and add some tests 2018-03-11 18:56:58 +11:00
run.ts
test.ts
transition.ts
utils.ts
view-utils.ts