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.
21 lines
260 B
JSON
21 lines
260 B
JSON
{
|
|
"env": [
|
|
"bom",
|
|
"cssom",
|
|
"dom",
|
|
"geometry",
|
|
"html",
|
|
"node",
|
|
"serviceworkers",
|
|
"streams",
|
|
"web-animations"
|
|
],
|
|
"ignore": [
|
|
"create-react-class",
|
|
"jest",
|
|
"regenerator-runtime",
|
|
"webpack",
|
|
"ws"
|
|
]
|
|
}
|