/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/eszip/testdata/source/dynamic.ts
5 строк
157 B
David Sherret
refactor: add deno_lockfile, deno_npm, and eszip to repo (#32085)
10 фев 2026, 22:27
Не верифицирован
10 фев 2026, 22:27
1f36bf7
Код
Авторство
О чём код?
const { default: data } = await import("./data.json", { assert: { type: "json" }, }); await import("./relative_doesnt_exist.ts"); await import("not_real");