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)