About
This page is about compiler in the web context.
A web compiler is transforming a third language into a web language
- Java to Javascript: Gwt
- Typescript to Javascript: Typescript compiler
- Markdown to HTML
- …
The compile phase is executed by a bundler in the transform phase.