Skip to content

Commit 5f04ddb

Browse files
committed
test: fix typing
1 parent 5a09323 commit 5f04ddb

File tree

1 file changed

+1
-0
lines changed
  • crates/swc_plugin_backend_tests/tests/fixture/swc_internal_plugin/src

1 file changed

+1
-0
lines changed

crates/swc_plugin_backend_tests/tests/fixture/swc_internal_plugin/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ impl VisitMut for ConsoleOutputReplacer {
3030
span: DUMMY_SP,
3131
value: atom!("changed_via_plugin"),
3232
raw: Some(atom!("\"changed_via_plugin\"")),
33+
lone_surrogates: false,
3334
})
3435
.into();
3536
}

0 commit comments

Comments
 (0)