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>.

Type Aliases§

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