rsnext/test/e2e/app-dir/rsc-basic
Jiachi Liu 702eb17638
Fix client references extraction of CJS exports analysis (#50059)
client refs are not correctly extracted as we're using regex to get the exports names from cjs file. The regex was extracting some bad names from the code source, this PR fixes the regex to make sure they extract the correct content

Fixes NEXT-1213
2023-05-19 19:42:46 +00:00
..
app Add test case for #48506 (#48696) 2023-04-21 22:59:08 +00:00
components Drop object config export support for app dir (#48489) 2023-04-17 20:02:32 +00:00
lib Handle dynamic css-in-js styles under suspense (#42293) 2022-11-02 14:18:08 +01:00
pages Add test case for #48506 (#48696) 2023-04-21 22:59:08 +00:00
public Migrate rsc integration tests to e2e tests (#38460) 2022-07-09 14:02:30 +02:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
rsc-basic.test.ts Fix client references extraction of CJS exports analysis (#50059) 2023-05-19 19:42:46 +00:00