github.com/evanw/esbuild/internal/js_ast.EObject.CommaAfterSpread (field)
6 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L577: CommaAfterSpread logger.Loc
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2518: if e.CommaAfterSpread.Start != 0 {
js_parser.go#L2519: invalidLog = append(invalidLog, e.CommaAfterSpread)
js_parser.go#L3084: CommaAfterSpread: commaAfterSpread,
js_parser.go#L10945: if e.CommaAfterSpread.Start != 0 {
js_parser.go#L10946: p.log.AddRangeError(&p.source, logger.Range{Loc: e.CommaAfterSpread, Len: 1}, "Unexpected \",\" after rest pattern")
![]() |
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. |