github.com/evanw/esbuild/internal/js_ast.Property.IsComputed (field)
19 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L289: IsComputed bool
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1924: IsComputed: isComputed,
js_parser.go#L2049: IsComputed: isComputed,
js_parser.go#L2062: IsComputed: isComputed,
js_parser.go#L2538: IsComputed: item.IsComputed,
js_parser.go#L2594: IsComputed: property.IsComputed,
js_parser.go#L7337: if property.IsComputed {
js_parser.go#L9016: if p.options.mangleSyntax && property.IsComputed {
js_parser.go#L9018: class.Properties[i].IsComputed = false
js_parser.go#L9037: } else if !property.IsMethod && !property.IsComputed &&
js_parser.go#L10960: if !property.IsComputed && !property.WasShorthand && !property.IsMethod && in.assignTarget == js_ast.AssignTargetNone {
js_parser.go#L10971: if p.options.mangleSyntax && property.IsComputed {
js_parser.go#L10973: property.IsComputed = false
js_parser.go#L12335: if property.Kind == js_ast.PropertySpread || property.IsComputed {
js_parser.go#L12468: } else if !property.IsComputed {
js_parser.go#L12488: if property.IsComputed {
js_parser_lower.go#L1715: if prop.IsComputed && (p.options.ts.Parse || len(prop.TSDecorators) > 0 ||
js_parser_lower.go#L1857: if key, ok := prop.Key.Data.(*js_ast.EString); ok && !prop.IsComputed {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1121: if item.IsComputed {
![]() |
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. |