-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm: panicked at crates/oxc_span/src/span.rs:394:21 #9298
Comments
I made a mistake here, I called convert ast pritor to converting comments oxc/crates/oxc_wasm/src/lib.rs Lines 473 to 492 in 3031845
|
I think we should move comment serialization into Acorn doesn't have a comments array output, but we can conform it to typescript eslint estree
|
Fixed in #9349 |
panicked at crates/oxc_span/src/span.rs:394:21:
byte index 20 is not a char boundary; it is inside '😢' (bytes 17..21) of
const A /* Hello 😢 */ = 0;
Reproduction
Code like:
The text was updated successfully, but these errors were encountered: