Files
Nim/compiler/sourcemap.idx
github-actions[bot] ef3d9e7b38 Deploy to GitHub pages
2025-12-28 15:55:52 +00:00

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