For es6 targets, created import statements should now have the .js
postfix
#5460
Labels
Question
An issue which isn't directly actionable in code
.js
postfix
#5460
According to google/traceur-compiler#1997 is seems that es6 requires that import statements are fully resolved to concrete filename. It seems that omitting the
.js
postfix is no longer supported. So it seems that typescript compiler, for a es6 target, should be emitting import statements in the code that have the fully resolved js filename (i.e. postfix should now include.js
in the output file).The text was updated successfully, but these errors were encountered: