dcodeIO 113925fa7e Add a mechanism to hook into the compilation process with custom transforms, see #20
A custom transform is a node module that exports hooks called by the compiler on specific occasions, then being able to modify the intermediate results. Starting with 'afterParse' to modify the AST before compilation is performed.
2018-05-26 13:13:39 +02:00
..
2017-12-14 11:55:35 +01:00
2018-03-19 01:12:18 +01:00

Standard library components for use with tsc (portable) and asc (assembly).

Definition files (.d.ts) and base configurations (.json) are relevant to tsc only and not used by asc.