const github.com/evanw/esbuild/internal/js_ast.ScopeEntry
10 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1504: ScopeEntry // This is a module, TypeScript enum, or TypeScript namespace
js_ast.go#L1510: return kind >= ScopeEntry
github.com/evanw/esbuild/internal/js_parser
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#L8553: p.pushScopeForVisitPass(js_ast.ScopeEntry, stmt.Loc)
js_parser.go#L8687: p.pushScopeForVisitPass(js_ast.ScopeEntry, stmt.Loc)
js_parser.go#L12668: p.pushScopeForParsePass(js_ast.ScopeEntry, logger.Loc{Start: locModuleScope})
js_parser.go#L12866: p.pushScopeForVisitPass(js_ast.ScopeEntry, logger.Loc{Start: locModuleScope})
ts_parser.go#L776: p.pushScopeForParsePass(js_ast.ScopeEntry, loc)
ts_parser.go#L887: scopeIndex := p.pushScopeForParsePass(js_ast.ScopeEntry, 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. |