/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/node/polyfills/internal/error_codes.ts
11 строк
334 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. // Lazily initializes the error classes in this object. // This trick is necessary for avoiding circular dendencies between // `internal/errors` and other modules. (function () { // deno-lint-ignore no-explicit-any const codes: Record<string, any> = {}; return { codes }; })();