const github.com/evanw/esbuild/internal/js_lexer.TSwitch

4 uses

	github.com/evanw/esbuild/internal/js_lexer (current package)
		js_lexer.go#L145: 	TSwitch
		js_lexer.go#L189: 	"switch":     TSwitch,
		tables.go#L115: 	TSwitch:     "\"switch\"",

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5482: 	case js_lexer.TSwitch: