mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
mute resolver
This commit is contained in:
parent
e63be11d0e
commit
e681ae37e4
@ -7,7 +7,7 @@ use swc_common::{Fold, FoldWith, Mark, SyntaxContext};
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
const LOG: bool = true;
|
||||
const LOG: bool = false;
|
||||
|
||||
pub fn resolver() -> Resolver<'static> {
|
||||
Resolver::new(
|
||||
|
Loading…
Reference in New Issue
Block a user