/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/run/sourcemap_nonexistent_source/not_node_modules.js
8 строк
218 B
Felipe Cardozo
tests: update sourcemap tests for npm-only source existence check (#31601)
16 дек 2025, 01:21
Не верифицирован
16 дек 2025, 01:21
efea61e
Код
Авторство
О чём код?
// Simulates an npm package bundle where source files don't exist function throwError() { throw new Error("Test error from bundle with missing source"); } throwError(); //# sourceMappingURL=not_node_modules.js.map