X Tutup
Skip to content

Commit 5de916e

Browse files
sebholsteintbosch
authored andcommitted
docs(DEVELOPER.md): fix file suffixes
Also related to angular#2455 Closes angular#2743
1 parent 4489199 commit 5de916e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DEVELOPER.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ to some whitespace difference.
256256

257257
### File suffixes
258258

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
259+
* `*.ts`: TypeScript files that get transpiled to Dart and EcmaScript 5/6
262260
* `*.dart`: Dart files that don't get transpiled
263261

264262
## CI using Travis

0 commit comments

Comments
 (0)
X Tutup