Open r34son opened 2 days ago
Hi @kdy1!
Also it`s strange that log contains FATAL: An unexpected Turbopack error occurred. Please report the content of /var/folders/vz/06m5nnmd1nj3dkrnv29mk4rsgw0thp/T/next-panic-81f65b1492abdc428d3347b25bb7968e.log, along with a description of what you were doing when the error occurred, to https://github.com/vercel/next.js/issues/new Failed to compile.
, but i don`t use turbopack already. Seems like issue in next itself. It would be great to show it to someone from Next team.
Something similar was posted here https://github.com/swc-project/plugins/issues/367
Describe the bug
@swc/plugin-formatjs
fails to process some symbolsExpected behavior Expected to not panic at special characters
Additional context Plugins panics at 'О' symbol in Next.js project (version 15.0.3 btw)
Issue comes from here: https://github.com/swc-project/plugins/blob/c32892add0037ee28a1cab33a946aa6d1c6975b6/crates/swc_icu_messageformat_parser/src/parser.rs#L1738