Skip to content

wagenet/typed-ember

Repository files navigation

Typed Ember Js

The type definition for ember.js

See also ember-typings-generator.

LICENSE

MIT

Installation

typings install github:wagenet/typed-ember

Contributing

# Fork this repo
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish

Updating

Update typings.json/version to match the source version you are typing against. e.g. if you are creating typings for chai@3.5.0, then:

// typings.json
{
  "version": "3.5.0"
  // ...
}

To Do

  • Properly handle prototype extensions
  • Make Ember.Handlebars accessible
  • Better handling of undeclared constants
  • Run some of Ember's tests with typings enabled

About

Intellisense typings for Ember

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published