Documentation
¶
Index ¶
Constants ¶
View Source
const NoID int32 = -1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParsedMap ¶
type ParsedMap struct {
Sources []string
Names []string
Tokens []Token // sorted by (GenLine, GenCol)
}
func (*ParsedMap) FloorToken ¶
FloorToken returns the token at the greatest (GenLine, GenCol) <= (line, col), walking back to the first of several tokens that share that position (rust-sourcemap greatest_lower_bound). Returns nil before the first token.
type StackTraceFrame ¶ added in v1.8.1
Click to show internal directories.
Click to hide internal directories.