const github.com/evanw/esbuild/internal/js_ast.ScopeFunctionBody
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1506: ScopeFunctionBody
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1044: if kind == js_ast.ScopeFunctionBody {
js_parser.go#L1261: (scope.Kind == js_ast.ScopeEntry || scope.Kind == js_ast.ScopeFunctionBody ||
js_parser.go#L1419: (existingSymbol.Kind.IsFunction() && (s.Kind == js_ast.ScopeEntry || s.Kind == js_ast.ScopeFunctionBody)) {
js_parser.go#L2171: p.pushScopeForParsePass(js_ast.ScopeFunctionBody, arrowLoc)
js_parser.go#L6159: p.pushScopeForParsePass(js_ast.ScopeFunctionBody, loc)
js_parser.go#L11425: p.pushScopeForVisitPass(js_ast.ScopeFunctionBody, e.Body.Loc)
js_parser.go#L11654: p.pushScopeForVisitPass(js_ast.ScopeFunctionBody, fn.Body.Loc)
![]() |
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. |