We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ed91f commit 08153a4Copy full SHA for 08153a4
turbopack/crates/turbopack-ecmascript/src/lib.rs
@@ -2062,6 +2062,8 @@ fn hygiene_rename_only(
2062
}
2063
// Copied from `hygiene_with_config`'s HygieneRenamer, but added an `preserved_exports`
2064
impl swc_core::ecma::transforms::base::rename::Renamer for HygieneRenamer<'_> {
2065
+ type Target = Atom;
2066
+
2067
const MANGLE: bool = false;
2068
const RESET_N: bool = true;
2069
0 commit comments