Add support for emitting declaration files#128
Conversation
60dfbbe to
2eebe77
Compare
Add support for emitting declaration files
|
Awesome! When will this be released? |
|
In the next couple days. Since this is a breaking change I want to try and get one or two more breaking changes in the release. |
|
Awesome, good to hear. Keep up the good work :) On Wed, Jan 13, 2016 at 2:51 PM, James Brantly notifications@github.com
|
|
@mweststrate Apologies for the delay, this has been published in v0.8.0. |
|
No problem. Thanks for maintaining this! Really benefits our workflow. On Wed, Jan 20, 2016 at 5:28 AM, James Brantly notifications@github.com
|
|
Bundling to a single Has this been implemented since the above PR, or is it still just on the ideas list? |
This adds support for emitting
.d.tsfiles whendeclaration: trueis set in tsconfig. This brings ts-loader closer in-line withtscbehavior and allows other tools to possibly re-package the individual.d.tsfiles into a single one (outside the scope of this project, for now).The test runner also had a minor update to support working with output in subdirectories.
This fixes #48.