func github.com/evanw/esbuild/internal/js_parser.bindingHasObjectRest
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser_lower.go#L266: if bindingHasObjectRest(arg.Binding) {
js_parser_lower.go#L1073: func bindingHasObjectRest(binding js_ast.Binding) bool {
js_parser_lower.go#L1077: if bindingHasObjectRest(item.Binding) {
js_parser_lower.go#L1083: if property.IsSpread || bindingHasObjectRest(property.Value) {
js_parser_lower.go#L1121: if decl.Value != nil && bindingHasObjectRest(decl.Binding) {
js_parser_lower.go#L1163: if len(s.Decls) == 1 && bindingHasObjectRest(s.Decls[0].Binding) {
js_parser_lower.go#L1190: if catch.Binding != nil && bindingHasObjectRest(*catch.Binding) {
![]() |
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. |