react/scripts
Andrew Clark 8f05f2bd6d
Land Lanes implementation in old fork (#19108)
* Add autofix to cross-fork lint rule

* replace-fork: Replaces old fork contents with new

For each file in the new fork, copies the contents into the
corresponding file of the old fork, replacing what was already there.

In contrast to merge-fork, which performs a three-way merge.

* Replace old fork contents with new fork

First I ran  `yarn replace-fork`.

Then I ran `yarn lint` with autofix enabled. There's currently no way to
do that from the command line (we should fix that), so I had to edit the
lint script file.

* Manual fix-ups

Removes dead branches, removes prefixes from internal fields.  Stuff
like that.

* Fix DevTools tests

DevTools tests only run against the old fork, which is why I didn't
catch these earlier.

There is one test that is still failing. I'm fairly certain it's related
to the layout of the Suspense fiber: we no longer conditionally wrap the
primary children. They are always wrapped in an extra fiber.

Since this has been running in www for weeks without major issues, I'll
defer fixing the remaining test to a follow up.
2020-06-11 20:05:15 -07:00
..
babel Fix "missing flag" error for non-boolean types (#18592) 2020-04-13 12:57:31 -07:00
bench Bump minimist from 1.2.0 to 1.2.3 in /scripts/bench (#18500) 2020-04-06 19:29:11 +01:00
circleci Remove /dist/ UMD builds (#18473) 2020-04-02 17:52:32 -07:00
error-codes Add experimental ReactDOM.createEventHandle (#18756) 2020-05-12 20:24:25 +01:00
eslint Revert autofix lint (#19040) 2020-05-28 20:32:34 -07:00
eslint-rules Land Lanes implementation in old fork (#19108) 2020-06-11 20:05:15 -07:00
flow Make Flow work with your editor (#18664) 2020-04-18 10:24:46 -07:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest Land Lanes implementation in old fork (#19108) 2020-06-11 20:05:15 -07:00
merge-fork Land Lanes implementation in old fork (#19108) 2020-06-11 20:05:15 -07:00
perf-counters Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
prettier Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
print-warnings Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
release [Release] Follow redirect when downloading tarball (#18845) 2020-05-06 10:28:49 -07:00
rollup Remove synamic modern event system flag for FB (#19059) 2020-06-11 19:49:45 +01:00
shared Rename Flight to Transport (#18808) 2020-05-03 11:33:48 -07:00
tasks Change ReactVersion from CJS to ES module (#18181) 2020-02-28 13:09:02 -08:00
yarn chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
authors AUTHORS 2013-09-09 23:42:54 -07:00