github.com/evanw/esbuild/internal/js_lexer.Lexer.IsLegacyOctalLiteral (field)
8 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L230: IsLegacyOctalLiteral bool
js_lexer.go#L1672: lexer.IsLegacyOctalLiteral = false
js_lexer.go#L1691: lexer.IsLegacyOctalLiteral = true
js_lexer.go#L1700: if !lexer.IsLegacyOctalLiteral {
js_lexer.go#L1714: if isFirst || lexer.IsLegacyOctalLiteral {
js_lexer.go#L1731: if lexer.IsLegacyOctalLiteral {
js_lexer.go#L1770: if isBigIntegerLiteral && lexer.IsLegacyOctalLiteral {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1681: if p.lexer.IsLegacyOctalLiteral {
![]() |
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. |