rsnext/test/e2e/app-dir/rsc-basic/components
Jiachi Liu 1c67740676
Drop object config export support for app dir (#48489)
We've supported `export const config = { ... }` to sepecify `runtime`
etc. configs for pages under `app/` for a while. This PR is going to
drop it and only support `export const [config name] = [config value]`
per config

Add a warning if the legacy usage is detectd

Closes NEXT-1016
2023-04-17 20:02:32 +00:00
..
export-all Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
red Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
bar-client.js Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
bar.js Remove internal client next api detection (#40646) 2022-09-18 09:36:10 +00:00
cjs-client.js Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
cjs-server.js Remove internal client next api detection (#40646) 2022-09-18 09:36:10 +00:00
client-exports.js Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
client.js Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
foo.js Drop object config export support for app dir (#48489) 2023-04-17 20:02:32 +00:00
nav.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
partial-hydration-counter.js Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
shared-client.js Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
shared-exports.js Migrate rsc integration tests to e2e tests (#38460) 2022-07-09 14:02:30 +02:00
shared.js Remove internal client next api detection (#40646) 2022-09-18 09:36:10 +00:00