alvarlagerlof / rsc-parser

A parser for the React Server components when sent over the network
https://rsc-parser.vercel.app
MIT License
499 stars 11 forks source link

Fix `contentScript.ts` bundling to avoid ESM imports #1071

Closed alvarlagerlof closed 1 month ago

alvarlagerlof commented 1 month ago

The output contentScript.ts cannot have any ESM imports, so some code duplication is needed to hot-fix this.