Skip to content

Commit 2c75e71

Browse files
committed
Add note about new modules API to README.
1 parent 867b44a commit 2c75e71

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# ember-cli-typescript
22

3-
[![*nix build status](https://travis-ci.org/emberwatch/ember-cli-typescript.svg?branch=master)](https://travis-ci.org/emberwatch/ember-cli-typescript)
4-
[![Windows build status](https://ci.appveyor.com/api/projects/status/pjilqv1xo3o9auon/branch/master?svg=true)](https://ci.appveyor.com/project/chriskrycho/ember-cli-typescript/branch/master)
5-
[![Ember Observer Score](https://emberobserver.com/badges/ember-cli-typescript.svg)](https://emberobserver.com/addons/ember-cli-typescript)
3+
[![*nix build status](https://travis-ci.org/emberwatch/ember-cli-typescript.svg?branch=master)](https://travis-ci.org/emberwatch/ember-cli-typescript) [![Windows build status](https://ci.appveyor.com/api/projects/status/pjilqv1xo3o9auon/branch/master?svg=true)](https://ci.appveyor.com/project/chriskrycho/ember-cli-typescript/branch/master) [![Ember Observer Score](https://emberobserver.com/badges/ember-cli-typescript.svg)](https://emberobserver.com/addons/ember-cli-typescript)
64

75
Use TypeScript in your Ember 2.x apps!
86

@@ -115,6 +113,12 @@ give users fair warning about the increased size. To enable TypeScript for your
115113
addon, simple move `ember-cli-typescript` from `devDependencies` to
116114
`dependencies` in your `package.json`.
117115

116+
## New modules API
117+
118+
Note: the new modules API is not yet supported by the official typings (which
119+
are distinct from this addon, though we install them). We hope to have support
120+
for them shortly!
121+
118122
## Not (yet) supported
119123

120124
While TS already works nicely for many things in Ember, there are a number of

0 commit comments

Comments
 (0)