prerender-macro
prerender-macro copied to clipboard
Replace TypeScript parser to one faster
It's a pity because import attributes are not yet supported in many parsers and for the first version I used the TypeScript parser and found it to be very slow.
Surely it would be nice to switch to SWC or Bun's parser if they ever make it public. I create this issue to leave it for now as a reminder for the future.