andreypopp / typescript-loader

[DEPRECATED] TypeScript Webpack Plugin
https://github.com/andreypopp/typescript-loader
MIT License
81 stars 10 forks source link

Improve dependencies lookup process. #11

Closed s-panferov closed 9 years ago

s-panferov commented 9 years ago

Details:

  1. Support cyclic references in .d.ts files.
  2. Correct file resolving in case when file extension is omitted.
  3. Correct handling of internal imports e.g. import lib = mod.lib.
andreypopp commented 9 years ago

Awesome, thanks, pushing 1.1.1 to npm.