Skip to content

Commit fff102c

Browse files
committed
Update README note on status of typings.
1 parent b14fa04 commit fff102c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ give users fair warning about the increased size. To enable TypeScript for your
110110
addon, simple move `ember-cli-typescript` from `devDependencies` to
111111
`dependencies` in your `package.json`.
112112

113-
## New modules API
114-
115-
Note: the new modules API is not yet supported by the official typings (which
116-
are distinct from this addon, though we install them). We hope to have support
117-
for them shortly!
118-
119113
## Not (yet) supported
120114

121115
While TS already works nicely for many things in Ember, there are a number of
@@ -125,15 +119,23 @@ landing in TypeScript itself.
125119

126120
[existing typings]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember
127121

128-
We are hard at work (and would welcome your help!) [writing new typings] for
129-
Ember which can give correct types for Ember's custom object model. If you'd
130-
like to try those out, please see instructions in that repo!
122+
We are hard at work (and would welcome your help!) [writing new
123+
typings][ember-typings] for Ember and the surrounding ecosystem, which can give
124+
correct types for Ember's custom object model and things which build on it (e.g.
125+
ember-data). If you'd like to try those out, please see instructions in [that
126+
repo][ember-typings]!
131127

132-
[writing new typings]: https://github.com/typed-ember/ember-typings
128+
[ember-typings]: https://github.com/typed-ember/ember-typings
133129

134130
Here is the short list of things which do *not* work yet in the version of the
135131
typings published on DefinitelyTyped.
136132

133+
### New modules API
134+
135+
Note: the new modules API is not yet supported by the official typings (which
136+
are distinct from this addon, though we install them). We do have experimental
137+
support for them in the [ember-typings] repository, and it works quite well!
138+
137139
### Some `import`s don't resolve
138140

139141
You'll frequently see errors for imports which TypeScript doesn't know how to

0 commit comments

Comments
 (0)