deno_core 0.401.0

A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
1
2
3
4
5
// Copyright 2018-2026 the Deno authors. MIT license.
(function () {
const utils = Deno.core.loadExtScript("ext:test_ext/lazy_script.js");
return { fromDep: true, utils };
})();