const github.com/evanw/esbuild/internal/js_ast.SymbolCatchIdentifier

5 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1267: 	SymbolCatchIdentifier

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1278: 	if existing == js_ast.SymbolCatchIdentifier && new == js_ast.SymbolHoisted {
		js_parser.go#L1427: 					if existingSymbol.Kind != js_ast.SymbolCatchIdentifier {
		js_parser.go#L1430: 						if symbol.Kind != js_ast.SymbolCatchIdentifier && symbol.Kind != js_ast.SymbolHoistedFunction {
		js_parser.go#L5577: 					kind = js_ast.SymbolCatchIdentifier