ToddThomson / Ts2Js

A simple, fast, extendable Typescript compiler supporting incremental and type checking builds.
Other
1 stars 0 forks source link

Decouple Compiler from TsProject #1

Open ToddThomson opened 7 years ago

ToddThomson commented 7 years ago

Issue to track progress on breaking out Compiler from TsProject...

ToddThomson commented 7 years ago

ts2js NPM release 1.0.0-beta.3.

API changes. Each compileXXX method now returns a CompilerResult. Better handling of diagnostics.

ToddThomson commented 7 years ago

Updated to NPM release 1.0.0-rc.7. Almost there!

API changes. Compiler output now returns CompilerFile objects.

ToddThomson commented 7 years ago

Updated to NPM release 1.0.0-rc.11.

API changes Compiler emitter now supports transform plugins. Typescript 2.1 supported.

ToddThomson commented 5 years ago

Dev branch is currently at NPM release 3.0.0-beta.7