Titus
Titus
what is the hack? 🤔
Nice! Does that mean you changed SWC to allow some magic number marking again? I see this PR is still a draft, do let me know if I can help...
ok, I looked into applying the same updates to `markdown-rs` too, which has some more parsing tests. Something changed in SWC to make a (correct) test fail there. Will have...
It looks like when I pass `" /* "` to SWC, it now returns an error for `Error { error: (1..1, Eof) }`. I need to know that the error...
Can confirm that I got `Error { error: (2..5#0, UnterminatedBlockComment) }` before on 0.94.0. It broke in 0.95.0. Is this something that can be fixed in SWC, that EOF errors...
Great, thank you! 🙏
not seeing a release on https://crates.io/crates/swc_core/versions btw? :eyes:
PR at https://github.com/wooorm/markdown-rs/pull/120
Released, thank you! https://github.com/wooorm/mdxjs-rs/releases/tag/0.2.6
Wouldn't that be something to raise with chrome then?