react/scripts/rollup
Sebastian Markbåge 1ad8d81292
Remove object-assign polyfill (#23351)
* Remove object-assign polyfill

We really rely on a more modern environment where this is typically
polyfilled anyway and we don't officially support IE with more extensive
polyfilling anyway. So all environments should have the native version
by now.

* Use shared/assign instead of Object.assign in code

This is so that we have one cached local instance in the bundle.

Ideally we should have a compile do this for us but we already follow
this pattern with hasOwnProperty, isArray, Object.is etc.

* Transform Object.assign to now use shared/assign

We need this to use the shared instance when Object.spread is used.
2022-02-23 19:34:24 -05:00
..
plugins Remove path resolution from internal forks plugin (#23255) 2022-02-09 08:44:02 -08:00
shims Remove unused react-internal/invariant-args ESLint rule. (#22778) 2021-11-16 20:11:20 +00:00
validate Add onRecoverableError option to hydrateRoot, createRoot (#23207) 2022-02-04 07:57:33 -08:00
wrappers Fix module-boundary wrappers (#22688) 2021-11-04 10:40:35 -04:00
build-all-release-channels.js Add --no-show-signature to "git show" commands (#23038) 2022-01-11 12:14:08 -05:00
build.js Remove object-assign polyfill (#23351) 2022-02-23 19:34:24 -05:00
bundles.js Remove public export for unstable-shared-subset.js (#23261) 2022-02-22 20:03:51 -05:00
forks.js Remove object-assign polyfill (#23351) 2022-02-23 19:34:24 -05:00
modules.js Re-add old Fabric Offscreen impl behind flag (#22018) 2021-08-03 19:30:20 -07:00
packaging.js Remove ./src/* export from public build (#23262) 2022-02-22 20:13:33 -05:00
stats.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
sync.js Fork React Native renderer into FB and OSS bundles (#12625) 2018-04-18 13:16:50 -07:00
utils.js Fixed broken build script --unsafe-partial flag (#22324) 2021-09-15 13:32:09 -04:00
wrappers.js #22988 - Fix Bug: @license header in React 18 bundles contains vundefined (#23004) 2021-12-21 12:27:59 -05:00