/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/core/modules/testdata/lazy_script.js
9 строк
181 B
Bartek Iwańczuk
chore: bump dprint-plugin-typescript to 0.96.0, remove deno-fmt-ignore-file (#33839)
05 май 2026, 08:34
Не верифицирован
05 май 2026, 08:34
3eaa2fb
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. (function () { const foo = "foo"; const bar = 123; function blah(a) { Deno.core.print(a); } return { foo, bar, blah }; })();