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

4 uses

	github.com/evanw/esbuild/internal/js_lexer (current package)
		js_lexer.go#L154: 	TWith
		js_lexer.go#L198: 	"with":       TWith,
		tables.go#L124: 	TWith:       "\"with\"",

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5466: 	case js_lexer.TWith: