TypeStrong / dts-bundle

Export TypeScript .d.ts files as an external module definition
MIT License
308 stars 57 forks source link

support es6 imports #18

Closed davetayls closed 9 years ago

davetayls commented 9 years ago

es6 imports are coming in 1.5 it would be great to support them

import { ModuleA } from '../module';
matthewjh commented 9 years ago

Looks like this was implemented:

https://github.com/TypeStrong/dts-bundle/commit/d2868fe48b654ea40a248067510aaa896f7b102d

davetayls commented 9 years ago

Great!