github.com/evanw/esbuild/internal/js_ast.EnumValue.Name (field)
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1000: Name []uint16
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L8588: name := js_lexer.UTF16ToString(value.Name)
js_parser.go#L8626: Index: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EString{Value: value.Name}},
js_parser.go#L8643: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EString{Value: value.Name}},
ts_parser.go#L791: value.Name = p.lexer.StringLiteral
ts_parser.go#L793: value.Name = js_lexer.StringToUTF16(p.lexer.Identifier)
ts_parser.go#L800: if !opts.isTypeScriptDeclare && js_lexer.IsIdentifierUTF16(value.Name) {
ts_parser.go#L801: value.Ref = p.declareSymbol(js_ast.SymbolOther, value.Loc, js_lexer.UTF16ToString(value.Name))
![]() |
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. |