const github.com/evanw/esbuild/internal/compat.TopLevelAwait

6 uses

	github.com/evanw/esbuild/internal/compat (current package)
		js_table.go#L56: 	TopLevelAwait
		js_table.go#L360: 	TopLevelAwait: {},

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2693: 						p.markSyntaxFeature(compat.TopLevelAwait, nameRange)
		js_parser.go#L5625: 					p.markSyntaxFeature(compat.TopLevelAwait, awaitRange)
		js_parser_lower.go#L21: 		if feature == compat.TopLevelAwait {
		js_parser_lower.go#L92: 	case compat.TopLevelAwait: