lpardosixtosMs
lpardosixtosMs
The source maps for Vue TodoMVC are using the full path instead of the relative path, causing fake file changes every time a new person builds it. E.g: `"\n\nimport exportComponent...
The decorators spec PR has the following note at the bottom of the Class Definition secition ([15.8](https://arai-a.github.io/ecma262-compare/?pr=2417&id=sec-class-definitions)): ``` A class definition is always strict mode code. ``` The existing spec...
Results for the hosted prototype as of 10/24/2025 label | macos.arm64.local.0_0 | macos.arm64.local.0_1 | macos.arm64.local.0_2 | macos.arm64.local.0_3 -- | -- | -- | -- | -- browser | Google Chrome...
Some of the patterns that we have on todoMVC have caught my attention recently, particularly that we do some kind of mockup storage in many of the variations, which is...
When parsing the file names in Windows, `tools/lint/lib/collect_files.py` produces strings contain backslashes that are later flagged as invalid characters in the file name. This change normalizes the strings to always...
When parsing the file names in Windows, the produced strings contain backslashes that are later flagged as invalid characters in the file name.
From the [JS Module Source](https://github.com/tc39/proposal-source-phase-imports#js-module-source) section in github I understand that importing a JS module in the source phase should return a valid object with `AbstractModuleSource.prototype` in the prototype chain,...