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

3 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1547: 	ImplicitStrictModeTopLevelAwait

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L12877: 		p.moduleScope.RecursiveSetStrictMode(js_ast.ImplicitStrictModeTopLevelAwait)
		js_parser_lower.go#L176: 		case js_ast.ImplicitStrictModeTopLevelAwait: