mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix: broken build from codegen API change
This commit is contained in:
parent
212f128b33
commit
7cc90134d3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ impl PreferStrictEqual {
|
||||||
.replace(matcher_name.to_string().as_str(), "toStrictEqual")
|
.replace(matcher_name.to_string().as_str(), "toStrictEqual")
|
||||||
.as_bytes(),
|
.as_bytes(),
|
||||||
);
|
);
|
||||||
Fix::new(formatter.into_code(), matcher.span)
|
Fix::new(formatter.into_source_text(), matcher.span)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue