electron-userland / electron-compilers

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

update typescript-simple version and add option to avoid semantic check #35

Closed manrueda closed 8 years ago

manrueda commented 8 years ago

The main change is that adds support for the doSemanticChecks option in typescript-simple. I have used the typescript options object to put this, but could be changed.

Another thing is to update TypeScript to use 1.8, i don't know if this could create a lot of incompatibilities, maybe this will require a mayor release.

aendra-rininsland commented 8 years ago

Is it necessary to use typescript-simple? The latest version of that only goes to TypeScript 1.8, and TypeScript 2 is just around the corner.

anaisbetts commented 8 years ago

@aendrew Using the TypeScript compiler directly is a huge PITA tbh. I'd rather try to improve typescript-simple

@ManRueda Sorry this has languished forever, we've got some breaking changes queued up (super easy tho, just make sure to use node 5.x+), so we'll probably just take this hit

anaisbetts commented 8 years ago

Thanks!