sourceMappings property

Map<SourceSpan, SourceSpan> sourceMappings
final

Mappings from one SourceSpan to another, to aid with generating dynamic source maps.

Implementation

final Map<SourceSpan, SourceSpan> sourceMappings = {};