mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
8 lines
629 B
Plaintext
8 lines
629 B
Plaintext
nimTitle sourcemap sourcemap.html module sourcemap 0
|
|
nim SourceMap sourcemap.html#SourceMap object SourceMap 25
|
|
nim encode sourcemap.html#encode,seq[int] proc encode(values: seq[int]): string 63
|
|
nim tokenize sourcemap.html#tokenize.i,string iterator tokenize(line: string): (int, string) 95
|
|
nim parse sourcemap.html#parse,string proc parse(source: string): SourceInfo 126
|
|
nim toSourceMap sourcemap.html#toSourceMap,SourceInfo,string proc toSourceMap(info: SourceInfo; file: string): SourceMap 160
|
|
nim genSourceMap sourcemap.html#genSourceMap,string,string proc genSourceMap(source: string; outFile: string): SourceMap 203
|