const github.com/evanw/esbuild/internal/js_ast.ScopeFunctionArgs
12 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1505: ScopeFunctionArgs
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1045: if scope.Parent.Kind != js_ast.ScopeFunctionArgs {
js_parser.go#L1938: scopeIndex := p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, loc)
js_parser.go#L2202: p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, asyncRange.Loc)
js_parser.go#L2214: p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, asyncRange.Loc)
js_parser.go#L2253: p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, loc)
js_parser.go#L2303: scopeIndex := p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, loc)
js_parser.go#L2735: p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, loc)
js_parser.go#L4959: scopeIndex := p.pushScopeForParsePass(js_ast.ScopeFunctionArgs, p.lexer.Loc())
js_parser.go#L8905: if p.currentScope.Kind == js_ast.ScopeFunctionArgs {
js_parser.go#L11419: p.pushScopeForVisitPass(js_ast.ScopeFunctionArgs, expr.Loc)
js_parser.go#L11648: p.pushScopeForVisitPass(js_ast.ScopeFunctionArgs, scopeLoc)
![]() |
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. |