Skip to main content

Module cjs

Module cjs 

Source

Structs§

CjsAssetReference
Generic CommonJS reference that doesn’t perform any codegen. Used for tracing
CjsExportsDropCodeGen
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).
CjsRequireAssetReference
CjsRequireAssetReferenceCodeGen
CjsRequireCacheAccess
CjsRequireResolveAssetReference
CjsRequireResolveAssetReferenceCodeGen

Enums§

DroppableCjsExportAssignment
A recognized CommonJS export declaration, and thus how it’s dropped.