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