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 }; })();