Pipeline
High-level explanation of compilation stages.
compile() walks your source in three broad steps:
- Build a file graph from listed files and their imports
- Split that graph into chunks (one output component per chunk)
- Transform each file to preparse for installation (e.g. internal imports).