It is valid (outside `async` functions) in the "script" parse goal, but always invalid in the "module" parse goal. Fixes #4952.
4 lines
49 B
JavaScript
4 lines
49 B
JavaScript
export {};
|
|
|
|
var obj = { await: function () {} };
|