mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
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.
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
.