mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-01 21:19:03 +00:00
Deploy to GitHub pages
This commit is contained in:
7
compiler/sourcemap.idx
Normal file
7
compiler/sourcemap.idx
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user