github.com/evanw/esbuild/internal/js_lexer.Lexer.decodeEscapeSequences (method)
3 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L1487: lexer.StringLiteral = lexer.decodeEscapeSequences(lexer.start+1, text)
js_lexer.go#L1615: text := string(utf16.Decode(lexer.decodeEscapeSequences(lexer.start, lexer.Raw())))
js_lexer.go#L2084: func (lexer *Lexer) decodeEscapeSequences(start int, text string) []uint16 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |