react/packages/react/npm
Andrew Clark 552c067bb1
Remove public export for unstable-shared-subset.js (#23261)
The unstable-shared-subset.js file is not a public module — it's a
private module that the "react" package maps to when it's accessed from
the "react-server" package.

We originally added it because it was required to make our Rollup
configuration work, because at the time only "public" modules could act
as the entry point for a build artifact — that's why it's prefixed with
"unstable". We've since updated our Rollup config to support private
entry points, so we can remove the extra indirection.
2022-02-22 20:03:51 -05:00
..
index.js Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
jsx-dev-runtime.js add jsx-runtime and jsx-dev-runtime (#18299) 2020-03-17 13:22:19 -07:00
jsx-runtime.js add jsx-runtime and jsx-dev-runtime (#18299) 2020-03-17 13:22:19 -07:00
react.shared-subset.js Remove public export for unstable-shared-subset.js (#23261) 2022-02-22 20:03:51 -05:00
unstable-cache.js [Blocks] Initial implementation of cache and data/fetch (#18774) 2020-04-29 19:14:15 +01:00