github.com/evanw/esbuild/internal/js_parser.parser.maybeKeepExprSymbolName (method)
10 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L7495: *item.DefaultValue = p.maybeKeepExprSymbolName(
js_parser.go#L7513: *property.DefaultValue = p.maybeKeepExprSymbolName(
js_parser.go#L7922: func (p *parser) maybeKeepExprSymbolName(value js_ast.Expr, name string, wasAnonymousNamedExpr bool) js_ast.Expr {
js_parser.go#L8063: *s.Value.Expr = p.maybeKeepExprSymbolName(*s.Value.Expr, "default", wasAnonymousNamedExpr)
js_parser.go#L8170: *d.Value = p.maybeKeepExprSymbolName(
js_parser.go#L9048: *property.Value = p.maybeKeepExprSymbolName(p.visitExpr(*property.Value), nameToKeep, wasAnonymousNamedExpr)
js_parser.go#L9061: *property.Initializer = p.maybeKeepExprSymbolName(p.visitExpr(*property.Initializer), nameToKeep, wasAnonymousNamedExpr)
js_parser.go#L10381: e.Right = p.maybeKeepExprSymbolName(e.Right, p.symbols[id.Ref.InnerIndex].OriginalName, wasAnonymousNamedExpr)
js_parser.go#L10926: e2.Right = p.maybeKeepExprSymbolName(
js_parser.go#L10998: *property.Initializer = p.maybeKeepExprSymbolName(
 |
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. |