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
Maybe this is fixed already by #2197, I haven’t tried merging that and testing. There are a lot of ES6 module related tickets thrown around that aren‘t being referenced in commits so it is hard for me to know what is going on with its progress.
Source:
Command line:
tsc -m amd -t es5 -d foo.ts bar.ts
Expected output of bar.d.ts:
Actual output of bar.d.ts:
Legacy
import foo = require('./foo')
still is emitted.Version: Arnavion/typescript-github#2015-03-05-b784a4212aeb5a4e42a598a8613a0538ac241123
The text was updated successfully, but these errors were encountered: