rsnext/test
Shu Ding c124cabdc7
Fix edge entry layer resolution bug (#41757)
By default the edge page entry is in the client layer because it bundles Next.js. It's a virtual loader (edge-ssr-loader) but that makes the SWC loader think the page's source is a client component.

We use the resource query `__edge_ssr_entry__` to convert it to the server layer but we need to add that condition to the SWC loader too.

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a 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 a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2022-10-25 00:33:19 +00:00
..
.stats-app Update precompiled react to next channel (#41708) 2022-10-24 00:31:52 -07:00
__mocks__
development Update precompiled react to next channel (#41708) 2022-10-24 00:31:52 -07:00
e2e Fix edge entry layer resolution bug (#41757) 2022-10-25 00:33:19 +00:00
integration feat: set a better type for the default image loader (#41639) 2022-10-24 23:59:07 +00:00
lib
production
unit Update font avg (#41734) 2022-10-24 13:47:19 -07:00
.gitignore
jest-setup-after-env.ts
jest.d.ts
readme.md
test-file.txt

See Testing for more information on how you can run/write/debug tests for Next.js.