You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quote_ident incorrectly references DUMMY_SP if ctxt and expr are provided in arguments, meaning external callers cannot call this macro. It should use $crate::swc_common::DUMMY_SP instead.
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
quote_ident
incorrectly referencesDUMMY_SP
if ctxt and expr are provided in arguments, meaning external callers cannot call this macro. It should use$crate::swc_common::DUMMY_SP
instead.swc/crates/swc_ecma_utils/src/macros.rs
Line 27 in 76fe139
Input code
No response
Config
No response
Playground link (or link to the minimal reproduction)
https://play.swc.rs
SWC Info output
No response
Expected behavior
N/A
Actual behavior
No response
Version
1.7.0
Additional context
No response
The text was updated successfully, but these errors were encountered: