TypeScript/tests/cases/conformance/externalModules/topLevelAwait.ts

5 lines
85 B
TypeScript

// @target: es2015,es2017
// @module: esnext,system
export const x = 1;
await x;