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