rsnext/test/integration/react-streaming-and-server-components/app/components
Shu Ding 1ed38dd2d0
Support export all syntax in client components (#36027)
This PR adds the support of the `export * from './foo'` syntax in client components.

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-04-09 01:26:16 +00:00
..
export-all Support export all syntax in client components (#36027) 2022-04-09 01:26:16 +00:00
red Improve error message for importing native Node APIs in the edge runtime (#30696) 2021-11-01 11:40:21 +00:00
bar.client.js Clean up legacy react 18 tests (#35615) 2022-03-28 12:32:34 +00:00
bar.server.js Fix client component imports are not being correctly tracked (#30853) 2021-11-02 21:14:14 -05:00
cjs.client.js RSC: handle commonjs in flight loader (#35563) 2022-03-25 21:17:33 +00:00
cjs.js RSC: handle commonjs in flight loader (#35563) 2022-03-25 21:17:33 +00:00
client-exports.client.js Generate static html for bots (#35004) 2022-03-03 23:39:26 -08:00
client.client.js Fix flight loader for shared components (#34692) 2022-02-28 16:00:28 +01:00
container.server.js Custom app for server components (#33149) 2022-01-14 13:01:00 +00:00
foo.client.js Detect per page runtime config for functions manifest (#33945) 2022-02-06 01:28:42 +00:00
nav.js Support shared component with next built-in client components (#35975) 2022-04-07 19:45:33 +00:00
partial-hydration-counter.client.js Inline server data response with partial hydration (#32330) 2021-12-13 10:48:18 +00:00
random-module-instance.client.js Add test case for module resolution in node_modules from different contexts (#35978) 2022-04-07 19:16:02 +00:00
shared-exports.js Generate static html for bots (#35004) 2022-03-03 23:39:26 -08:00
shared.client.js Fix flight loader for shared components (#34692) 2022-02-28 16:00:28 +01:00
shared.js Fix flight loader for shared components (#34692) 2022-02-28 16:00:28 +01:00