Module foundry_compilers::sourcemap
source · Structs§
- A single element in a
SourceMap
. - An error that can happen during source map parsing.
Enums§
Functions§
- Parses a source map
Type Aliases§
- A Solidity source map, which is composed of multiple
SourceElement
s, separated by semicolons.