Todd Thomson

Results 74 comments of Todd Thomson

@frankebersoll I am interested in talking to you about your initial comment. I am now actively looking at at minification analysis. Although it will be applied to [TsMinifier](https://github.com/ToddThomson/TsMinifier) TsProject used...

TsProject produces a single definition file for bundles. Definition files are built using the Typescript compiler API from the generated bundle source code, so are really dependent on the bundle...

No response from @heruan so I am closing this issue.

@heruan I am reopening this issue. I now understand what you are asking for. I will try to get this into the 1.2.x NPM release.

My requirements for TsProject bundles are this: 1) Nodejs single file application/module which exports a minimal API. Usually this is just a single API method. 2) Browser client-side single file...

If the bundle package is set to "library", TsProject will now wrap the the non-external module references in: ``` export namespace "bundle name" { } ``` this will result in...

If the bundle package is set to "component", TsProject will only export the API in the namespace that matches the bundleNamespace configuration option. For TsProject itself ( a node application/component...

@heruan This feature is now provided in the NPM release 1.2.0-rc.5.

@heruan You're welcome. Please use the latest rc.7 for testing.