func github.com/evanw/esbuild/internal/js_parser.exprHasObjectRest
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser_lower.go#L1091: func exprHasObjectRest(expr js_ast.Expr) bool {
js_parser_lower.go#L1094: if e.Op == js_ast.BinOpAssign && exprHasObjectRest(e.Left) {
js_parser_lower.go#L1099: if exprHasObjectRest(item) {
js_parser_lower.go#L1105: if property.Kind == js_ast.PropertySpread || exprHasObjectRest(*property.Value) {
js_parser_lower.go#L1152: if exprHasObjectRest(s.Value) {
![]() |
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. |