Struct bytecode_source_map::mapping::SourceMapping
source · pub struct SourceMapping<'view> {
pub bytecode: BinaryIndexedView<'view>,
pub source_map: SourceMap,
pub source_code: Option<(String, String)>,
pub marks: Option<MarkedSourceMapping>,
}
Expand description
An object that associates source code with compiled bytecode and source map.
Fields§
§bytecode: BinaryIndexedView<'view>
§source_map: SourceMap
§source_code: Option<(String, String)>
§marks: Option<MarkedSourceMapping>