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

5 uses

	github.com/evanw/esbuild/internal/js_lexer (current package)
		js_lexer.go#L152: 	TVoid
		js_lexer.go#L196: 	"void":       TVoid,
		tables.go#L122: 	TVoid:       "\"void\"",

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2818: 	case js_lexer.TVoid:
		ts_parser.go#L171: 		js_lexer.TNull, js_lexer.TVoid, js_lexer.TConst: