We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4489199 commit 5de916eCopy full SHA for 5de916e
DEVELOPER.md
@@ -256,9 +256,7 @@ to some whitespace difference.
256
257
### File suffixes
258
259
-* `*.js`: JavaScript files that get transpiled to Dart and EcmaScript 5
260
-* `*.es6`: JavaScript files that get transpiled only to EcmaScript 5
261
-* `*.es5`: JavaScript files that don't get transpiled
+* `*.ts`: TypeScript files that get transpiled to Dart and EcmaScript 5/6
262
* `*.dart`: Dart files that don't get transpiled
263
264
## CI using Travis
0 commit comments