mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +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")
|
||||
.as_bytes(),
|
||||
);
|
||||
Fix::new(formatter.into_code(), matcher.span)
|
||||
Fix::new(formatter.into_source_text(), matcher.span)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue