This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-01-09 15:48:16 -05:00
Code
Issues
Packages
1
Wiki
Activity
c879a00cc9
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
internal_dynamic_import.ts
2 lines
47 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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".
2023-03-05 17:18:13 -05:00
await
import
(
"internal:runtime/01_errors.js"
)
;
Copy permalink