diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/build.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/build.rs b/cli/build.rs index 206c80d1e..679952726 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -224,18 +224,6 @@ mod ts { path_dts.join(format!("lib.{name}.d.ts")).display() ); } - println!( - "cargo:rerun-if-changed={}", - cwd.join("tsc").join("00_typescript.js").display() - ); - println!( - "cargo:rerun-if-changed={}", - cwd.join("tsc").join("99_main_compiler.js").display() - ); - println!( - "cargo:rerun-if-changed={}", - cwd.join("js").join("40_testing.js").display() - ); // create a copy of the vector that includes any op crate libs to be passed // to the JavaScript compiler to build into the snapshot |