summaryrefslogtreecommitdiff
path: root/runtime/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/build.rs')
-rw-r--r--runtime/build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index 64ef246dc..56f9d611a 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -21,6 +21,7 @@ mod startup_snapshot {
use deno_http::DefaultHttpPropertyExtractor;
use std::path::Path;
+ // Duplicated in `worker.rs`. Keep in sync!
fn maybe_transpile_source(
source: &mut ExtensionFileSource,
) -> Result<(), AnyError> {
@@ -240,6 +241,7 @@ mod startup_snapshot {
}
}
+ // Duplicated in `worker.rs`. Keep in sync!
deno_core::extension!(runtime,
deps = [
deno_webidl,