Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ text
Method
text
internal/scanner/regexp.go:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
func
(p *regExpParser) text() string {
133
return
p.scanner.text
134
}
135
136
func
compareDecimalStrings(a string, b string) int {
137
a = strings.TrimLeft(a,
"0"
)
Callers
13
scanPatternModifiers
Method · 0.95
scanAtomEscape
Method · 0.95
scanDecimalEscape
Method · 0.95
scanCharacterEscape
Method · 0.95
scanGroupName
Method · 0.95
scanClassRanges
Method · 0.95
scanClassSetExpression
Method · 0.95
scanClassStringDisjunctionContents
Method · 0.95
scanClassSetCharacter
Method · 0.95
scanCharacterClassEscape
Method · 0.95
scanWordCharacters
Method · 0.95
scanSourceCharacter
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected