Structs§
- CjsAsset
Reference - Generic CommonJS reference that doesn’t perform any codegen. Used for tracing
- CjsExports
Drop Code Gen - Removes each named CommonJS export the module graph proved unused. Built by the
analyzer for statically-analyzable CommonJS modules; recognition happens inline
during the walk (see
analyzer::graph::visitor). - CjsRequire
Asset Reference - CjsRequire
Asset Reference Code Gen - CjsRequire
Cache Access - CjsRequire
Resolve Asset Reference - CjsRequire
Resolve Asset Reference Code Gen
Enums§
- Droppable
CjsExport Assignment - A recognized CommonJS export declaration, and thus how it’s dropped.