Skip to main content

Module code_builder

Module code_builder 

Source

Structs§

Code
Code stores combined output code and the source map of that output code.
CodeBuilder
CodeBuilder provides a mutable container to append source code.
OptionDebugId
This is a transparent value type wrapping Option<RcStr>.
PersistedCode
This is a transparent value type wrapping Code.

Enums§

SectionMap
A per-section source map: either an opaque serialized map or a structured one whose sourcesContent is shared rather than copied when the section is embedded.

Type Aliases§

Mapping
A mapping of byte-offset in the code string to an associated source map.