github.com/evanw/esbuild/internal/js_ast.EnumValue.Value (field)
10 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1001: Value *Expr
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L8592: if value.Value != nil {
js_parser.go#L8593: *value.Value = p.visitExpr(*value.Value)
js_parser.go#L8595: switch e := value.Value.Data.(type) {
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#L8619: *value.Value,
js_parser.go#L8628: *value.Value,
ts_parser.go#L808: value.Value = &initializer
![]() |
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. |