dillon1000/react
Commit
Browse files Fix test262 for realsies
The github action was exceeding maximum allowed memory size because we were no longer grouping messages correctly prior to formatting them in the script. I think these were introduced when we integrated the Babel plugin into the preprocessor. This PR strips out filenames from the message so they can be grouped together again. Also added some light comments Test plan: manually ran `scripts/test262.sh` and verified that the JSON was grouped together correctly
Changed paths1 file
First-parent comparisoncompiler/forget/scripts/test262-preprocessor.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…