github.com/evanw/esbuild/internal/js_ast.PropertyBinding.IsSpread (field)
9 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L297: IsSpread bool
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2078: IsSpread: true,
js_parser.go#L2537: IsSpread: item.Kind == js_ast.PropertySpread,
js_parser.go#L2589: if property.IsSpread {
js_parser.go#L4558: if property.IsSpread && p.lexer.Token == js_lexer.TComma {
js_parser.go#L7503: if !property.IsSpread {
js_parser.go#L12247: if !property.IsSpread && !p.exprCanBeRemovedIfUnused(property.Key) {
js_parser_lower.go#L1083: if property.IsSpread || bindingHasObjectRest(property.Value) {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L886: if property.IsSpread {
![]() |
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. |