You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
Just curious if you've compared. Basically does it do semantic validation? Could we switch that off and just do the syntactic one (needed for valid emit).
The text was updated successfully, but these errors were encountered:
For 200 times compilation of tiny equivalent code, typescript-simple is 60% slower than coffee-script.
typescript-simple 1264ms
coffee-script 798ms
but typescript-simple requires additional 500ms for warm up at first time.
Basically does it do semantic validation? Could we switch that off and just do the syntactic one (needed for valid emit).
Sure! typescript-simple checks semantics (static typing) and throws an error if it's invalid.
But I cannot find the way to switch that off in TypeScript 1.4 Compiler API.
Just curious if you've compared. Basically does it do semantic validation? Could we switch that off and just do the syntactic one (needed for valid emit).
The text was updated successfully, but these errors were encountered: