You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Just run:
14
14
ember install ember-cli-typescript@1
15
15
```
16
16
17
-
All dependencies will be added to your `package.json`, and you're ready to roll! (If you're upgrading from a previous release, you should check to merge any tweaks you've made to `tsconfig.json`.
17
+
All dependencies will be added to your `package.json`, and you're ready to roll!
18
+
(If you're upgrading from a previous release, you should check to merge any
19
+
tweaks you've made to `tsconfig.json`.
18
20
19
21
In addition to ember-cli-typescript, the following are installed:
20
22
@@ -99,9 +101,9 @@ This interface will likely require some changes to match your app.
99
101
100
102
## :construction: Using ember-cli-typescript with Ember CLI addons
101
103
102
-
**:warning: Warning: this is *not* currently recommended. This is a WIP part of the
103
-
add-on, and it *will* make a dramatic difference in the size of your add-on in
104
-
terms of installation. The upcoming 1.1 release will enable a much better
104
+
**:warning: Warning: this is *not* currently recommended. This is a WIP part of
105
+
the add-on, and it *will* make a dramatic difference in the size of your add-on
106
+
in terms of installation. The upcoming 1.1 release will enable a much better
105
107
experience for consumers of your addon.**
106
108
107
109
We're working on making a solution that lets us ship generated typings and
@@ -114,12 +116,6 @@ give users fair warning about the increased size. To enable TypeScript for your
114
116
addon, simple move `ember-cli-typescript` from `devDependencies` to
115
117
`dependencies` in your `package.json`.
116
118
117
-
## New modules API
118
-
119
-
Note: the new modules API is not yet supported by the official typings (which
120
-
are distinct from this addon, though we install them). We hope to have support
121
-
for them shortly!
122
-
123
119
## Not (yet) supported
124
120
125
121
While TS already works nicely for many things in Ember, there are a number of
@@ -129,15 +125,23 @@ landing in TypeScript itself.
0 commit comments