mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
1.3 KiB
1.3 KiB
Resources
Javascript Performance
These are resources that discuss specifics about what matters for Javascript performance.
Robin's article on exploring improving Elm's compilter output
Asking optimization status from V8
Transforming JS code
Here are resources that are concerned with querying and transforming Javascript code.
Running queries on top of the Typecript AST.
Manipulating typescript code on a higher level.
A description of TypeScript internals.
A practical example of how to create a TS program in memory and use it.
The Handbook on how to write Javascript transformers.