github.com/evanw/esbuild/internal/js_parser.parser.localTypeNames (field)

6 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L86: 	localTypeNames             map[string]bool
		js_parser.go#L8069: 					if symbol.Kind == js_ast.SymbolUnbound && p.localTypeNames[symbol.OriginalName] {
		js_parser.go#L12649: 		localTypeNames:            make(map[string]bool),
		ts_parser.go#L691: 		p.localTypeNames[name] = true
		ts_parser.go#L738: 		p.localTypeNames[name] = true
		ts_parser.go#L928: 			p.localTypeNames[nameText] = true