rsnext/test
Jiachi Liu a6d4c77f41
Prefer module over main on main fields for app router server compiler (#56960)
Reverts vercel/next.js#56766
Reland vercel/next.js#56532 

x-ref: https://vercel.slack.com/archives/C04DUD7EB1B/p1697576563771229?thread_ts=1697146531.305779&cid=C04DUD7EB1B

This change was breaking package which was actually a dual package but marked as esm module, and when the package is ESM but import a CJS dependency without fully spepcified file path it will fail to resolve. The way is to either remove the esmodule type in package.json or change the import to full path import with extension for the package
2023-10-19 16:06:47 +00:00
..
.stats-app chore: lower Node.js version requirement (#56943) 2023-10-17 23:15:31 +02:00
__mocks__ Web Streams cleanup (#56819) 2023-10-18 21:38:28 +00:00
development Reland "feat(turbopack): support basic next/dynamic" (#56934) 2023-10-18 02:53:40 +00:00
e2e Prefer module over main on main fields for app router server compiler (#56960) 2023-10-19 16:06:47 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Update CNA tests to avoid publish conflict (#57025) 2023-10-19 13:52:10 +00:00
lib Improve performance of String.prototype.split uses (#56746) 2023-10-19 00:25:15 +00:00
production Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
unit More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
build-turbopack-tests-manifest.js Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00
jest-setup-after-env.ts Decrease default test timeouts (#56116) 2023-09-27 23:55:20 +00:00
jest.d.ts refactor smooth scroll bailout logic in app navigations (#53186) 2023-07-27 14:39:51 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt
turbopack-tests-manifest.json Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00

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