dillon1000/react
Commit
Browse files [housekeeping] Remove disabled test262 setup
I sincerely appreciate the effort to get test262 up and running. This was my idea, it seemed like a really good way to test our correctness on edge cases of JS. Unfortunately test262 relies heavily on a few specific features that we don't support, like classes and `var`, which has meant that we never actually use this as a test suite. In the meantime we've created a pretty extensive test suite and have tools like Sprout to test actual memoization behavior at runtime, which is the right place to invest our energy. Let's remove?
Changed paths10 files
First-parent comparisoncompiler/.github/workflows/test262.yml DeletedM compiler/.gitmodules ModifiedM compiler/packages/babel-plugin-react-forget/package.json ModifiedM compiler/packages/babel-plugin-react-forget/scripts/prettier.js ModifiedD compiler/packages/babel-plugin-react-forget/scripts/test262-preprocessor.js DeletedD compiler/packages/babel-plugin-react-forget/scripts/test262.sh DeletedM compiler/packages/js-fuzzer/exceptions.js ModifiedM compiler/scripts/copyright.js ModifiedD compiler/test262 DeletedM compiler/yarn.lock ModifiedPatch
Files changed
Rendering syntax-highlighted changes…