summaryrefslogtreecommitdiff
path: root/runtime/build.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-05 18:18:13 -0400
committerGitHub <noreply@github.com>2023-03-05 22:18:13 +0000
commit5f34c9be91a42e9087536d63b7e319439ceba756 (patch)
tree529a4414ef89104fa39ab422181028670f6f718b /runtime/build.rs
parent273777f7d9201de92b6f8c6f2f9579321165ec17 (diff)
refactor: move definition of Deno.build from "runtime" to "core" (#18036)
We use information about build in several extension crates like "ext/node" or "runtime/". In an effort to move "fs" APIs to a separate crate it is a prerequisite to have this information available outside of the "runtime/" crate. This commit moves definition of "build" object to "Deno.core" that is later forwarded to "Deno.build".
Diffstat (limited to 'runtime/build.rs')
-rw-r--r--runtime/build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index 153a85628..76c0534bf 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -194,7 +194,6 @@ mod startup_snapshot {
])
.esm(include_js_files!(
dir "js",
- "01_build.js",
"01_errors.js",
"01_version.ts",
"06_util.js",