You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As module code is always treated as strict mode code (https://tc39.github.io/ecma262/#sec-strict-mode-code) it is unnecessary to emit strict and non-strict versions of tests that are to be run as module code.
This results in longer running times and doubling the failure/pass counts for these tests for no purpose.
I think this could be updated by revising create-scenarios.js to check for test.attrs.flags.module.
The text was updated successfully, but these errors were encountered:
As module code is always treated as strict mode code (https://tc39.github.io/ecma262/#sec-strict-mode-code) it is unnecessary to emit strict and non-strict versions of tests that are to be run as module code.
This results in longer running times and doubling the failure/pass counts for these tests for no purpose.
I think this could be updated by revising create-scenarios.js to check for test.attrs.flags.module.
The text was updated successfully, but these errors were encountered: