react/packages/react-dom/npm
Jan Kassens 6b30832666
Upgrade prettier (#26081)
The old version of prettier we were using didn't support the Flow syntax
to access properties in a type using `SomeType['prop']`. This updates
`prettier` and `rollup-plugin-prettier` to the latest versions.

I added the prettier config `arrowParens: "avoid"` to reduce the diff
size as the default has changed in Prettier 2.0. The largest amount of
changes comes from function expressions now having a space. This doesn't
have an option to preserve the old behavior, so we have to update this.
2023-01-31 08:25:05 -05:00
..
client.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
index.js Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
profiling.js Added react-dom/profiling entry point to NPM package (#13570) 2018-09-05 11:16:43 -07:00
server-rendering-stub.js Server render fork for react-dom (#25436) 2022-10-10 11:06:22 -07:00
server.browser.js Merge /unstable-fizz entry point into /server (#21684) 2021-06-14 18:37:44 -07:00
server.bun.js Add Bun streaming server renderer (#25597) 2022-11-17 13:15:56 -08:00
server.js Drop Haste (#11303) 2017-10-25 02:55:00 +03:00
server.node.js [Fizz/Flight] pipeToNodeWritable(..., writable).startWriting() -> renderToPipeableStream(...).pipe(writable) (#22450) 2021-10-06 00:31:06 -04:00
static.browser.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
static.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
static.node.js Add entry points for "static" server rendering passes (#24752) 2022-06-18 22:34:31 -04:00
test-utils.js Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
unstable_testing.js Exclude react-dom/unstable_testing entry point from stable releases (#23258) 2022-02-08 23:12:31 -05:00