Closed pandanoir closed 1 year ago
maybe, only the last char is shown in next start
.
I found that below code are transpiled into y = rx[rv[R][r.move[S]]] + " ";
(+=
is replaced with =
). However, I didn't find which tool does it.
I got that it isn't scrambow's matter. I'll report this to other repository.
I created https://github.com/vercel/next.js/issues/44445 so I'll close this issue.
minimum repo: https://github.com/pandanoir/report-scrambow-error
I'm using Next.js 13 and face a bug of scrambow.
Scrambow returns an expected value in
npm run dev
(next dev), but it returns a wrong value innpm run start
(next start).I think some feature used by scrambow is transpiled by Next.js or TypeScript and then scrambow returns a wrong value. I've read some code of scrambow, but I didn't get it. Could you inspect the bug?