mirror of
https://github.com/tc39/test262.git
synced 2025-07-15 01:54:38 +02:00
The template file violated the conventions from "src/class-elements/conventions.md". Specifically there must be a global `C` variable, but default exports don't create a global variable binding. There is no easy way to refer to the current module and by that retrieve the default export, therefore the template was removed.