electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

feat(TypeScriptCompiler): utilize ts compiler api directly instead of 3rd party module #50

Closed kwonoj closed 7 years ago

kwonoj commented 7 years ago

This PR introduced change to TypeScriptCompiler implementation, no longer rely on 3rd party compiler wrapper (typescript-simple) instead directly consume TypeScript compiler api.

This change is BREAKING change for several reasons,

kwonoj commented 7 years ago

closing PR as changes are checked in accordingly.

anaisbetts commented 7 years ago

So confused, why didn't GitHub mark this as merged