mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 02:52:54 -05:00
4fbc51ca46
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".
8 lines
183 B
Text
8 lines
183 B
Text
error: Unsupported scheme "internal" for module "internal:runtime/01_errors.js". Supported schemes: [
|
|
"data",
|
|
"blob",
|
|
"file",
|
|
"http",
|
|
"https",
|
|
]
|
|
at [WILDCARD]
|