/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/node/polyfills/internal/errors/error_source.ts
9 строк
294 B
Nathan Whitaker
perf: lazy-load more modules in the snapshot (#34061)
19 май 2026, 02:37
Не верифицирован
19 май 2026, 02:37
eb4061f
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. // Copyright Node.js contributors. All rights reserved. MIT License. (function () { const { core } = __bootstrap; const { op_node_get_first_expression } = core.ops; return { getErrorSourceExpression: op_node_get_first_expression }; })();