github.com/evanw/esbuild/internal/js_parser.exprIn.hasChainParent (field)
11 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L9615: hasChainParent bool
js_parser.go#L10509: hasChainParent: e.OptionalChain == js_ast.OptionalChainContinue,
js_parser.go#L10553: if containsOptionalChain && !in.hasChainParent {
js_parser.go#L10563: if !in.hasChainParent {
js_parser.go#L10638: value, out := p.visitExprInOut(e.Value, exprIn{hasChainParent: true})
js_parser.go#L10792: hasChainParent: e.OptionalChain == js_ast.OptionalChainContinue,
js_parser.go#L10804: if containsOptionalChain && !in.hasChainParent {
js_parser.go#L10814: if !in.hasChainParent {
js_parser.go#L11199: hasChainParent: e.OptionalChain == js_ast.OptionalChainContinue,
js_parser.go#L11307: if containsOptionalChain && !in.hasChainParent {
js_parser.go#L11389: if !in.hasChainParent {
![]() |
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. |