mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
This update was a bit more involved. - `React$Component` was removed, I replaced it with Flow component types. - Flow removed shipping the standard library. This adds the environment libraries back from `flow-typed` which seemed to have changed slightly (probably got more precise and less `any`s). Suppresses some new type errors.
34 lines
889 B
Plaintext
34 lines
889 B
Plaintext
# Third party
|
|
**/node_modules
|
|
|
|
# Not written by hand
|
|
packages/react-art/npm/lib
|
|
|
|
# Build products
|
|
build/
|
|
coverage/
|
|
fixtures/
|
|
scripts/bench/benchmarks/**/*.js
|
|
|
|
# React repository clone
|
|
scripts/bench/remote-repo/
|
|
|
|
# Compiler uses its own lint setup
|
|
compiler/
|
|
|
|
packages/react-devtools-core/dist
|
|
packages/react-devtools-extensions/chrome/build
|
|
packages/react-devtools-extensions/firefox/build
|
|
packages/react-devtools-extensions/shared/build
|
|
packages/react-devtools-extensions/src/ErrorTesterCompiled.js
|
|
packages/react-devtools-fusebox/dist
|
|
packages/react-devtools-inline/dist
|
|
packages/react-devtools-shared/src/hooks/__tests__/__source__/__compiled__/
|
|
packages/react-devtools-shared/src/hooks/__tests__/__source__/__untransformed__/
|
|
packages/react-devtools-shell/dist
|
|
packages/react-devtools-timeline/dist
|
|
packages/react-devtools-timeline/static
|
|
|
|
# Imported third-party Flow types
|
|
flow-typed/
|