TypeScript/tests/cases/conformance/externalModules/topLevelAwaitErrors.3.ts

8 lines
131 B
TypeScript
Raw Normal View History

// @target: esnext
// @module: esnext
export {};
// reparse binding pattern as await should fail
var {await} = {await:1};