We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2732b commit 09a2854Copy full SHA for 09a2854
1 file changed
packages/scramjet/packages/core/rewriter/native/src/test_runner.rs
@@ -119,15 +119,15 @@ function check(val) {
119
trysetfn: String::from("$tryset"),
120
templocid: String::from("$temploc"),
121
tempunusedid: String::from("$tempunused"),
122
-
+
123
base: String::from("https://google.com/glorngle/si.js"),
124
sourcetag: String::from("glongle1"),
125
is_module: false,
126
127
capture_errors: false,
128
do_sourcemaps: false,
129
scramitize: false,
130
- strict_rewrites: true,
+ disable_computed_wrap: false,
131
destructure_rewrites: true,
132
};
133
0 commit comments