mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
fix(swc_core): Update references for quote!
(#5408)
This commit is contained in:
parent
d98b4e10d0
commit
27e7e0b69b
@ -1,7 +1,5 @@
|
|||||||
use swc_atoms::JsWord;
|
|
||||||
use swc_ecma_ast::*;
|
|
||||||
|
|
||||||
use self::private::Sealed;
|
use self::private::Sealed;
|
||||||
|
use super::{ast::*, atoms::JsWord};
|
||||||
|
|
||||||
/// # Supported output types
|
/// # Supported output types
|
||||||
///
|
///
|
||||||
|
@ -9,7 +9,7 @@ macro_rules! impl_simple_enum {
|
|||||||
$(
|
$(
|
||||||
$E::$v => q!(
|
$E::$v => q!(
|
||||||
Vars {},
|
Vars {},
|
||||||
{ swc_ecma_ast::$E::$v }
|
{ swc_core::ast::$E::$v }
|
||||||
)
|
)
|
||||||
.parse(),
|
.parse(),
|
||||||
)*
|
)*
|
||||||
|
Loading…
Reference in New Issue
Block a user