github.com/evanw/esbuild/internal/js_parser.parser.convertBindingToExpr (method)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L2555: func (p *parser) convertBindingToExpr(binding js_ast.Binding, wrapIdentifier func(logger.Loc, js_ast.Ref) js_ast.Expr) js_ast.Expr {
js_parser.go#L2571: expr := p.convertBindingToExpr(item.Binding, wrapIdentifier)
js_parser.go#L2587: value := p.convertBindingToExpr(property.Value, wrapIdentifier)
js_parser.go#L8209: target := p.convertBindingToExpr(decl.Binding, wrapIdentifier)
js_parser.go#L8744: binding := p.convertBindingToExpr(decl.Binding, wrapIdentifier)
js_parser_lower.go#L268: target := p.convertBindingToExpr(arg.Binding, nil)
js_parser_lower.go#L1125: target := p.convertBindingToExpr(decl.Binding, nil)
![]() |
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. |