github.com/evanw/esbuild/internal/js_ast.EnumValue.Loc (field)
14 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L998: Loc logger.Loc
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L8605: value.Value = &js_ast.Expr{Loc: value.Loc, Data: &js_ast.ENumber{Value: nextNumericValue}}
js_parser.go#L8608: value.Value = &js_ast.Expr{Loc: value.Loc, Data: &js_ast.EUndefined{}}
js_parser.go#L8614: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EDot{
js_parser.go#L8615: Target: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIdentifier{Ref: s.Arg}},
js_parser.go#L8617: NameLoc: value.Loc,
js_parser.go#L8624: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIndex{
js_parser.go#L8625: Target: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIdentifier{Ref: s.Arg}},
js_parser.go#L8626: Index: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EString{Value: value.Name}},
js_parser.go#L8639: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIndex{
js_parser.go#L8640: Target: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIdentifier{Ref: s.Arg}},
js_parser.go#L8643: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EString{Value: value.Name}},
ts_parser.go#L785: Loc: p.lexer.Loc(),
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. |