/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/node/require_compile_hook/__test__.jsonc
7 строк
274 B
David Sherret
fix(node): unconditionally call `Module.prototype._compile` with the file content in `loadMaybeCjs` (#32131)
12 фев 2026, 00:08
Не верифицирован
12 фев 2026, 00:08
133d02e
Код
Авторство
О чём код?
{ // Regression test for https://github.com/denoland/deno/issues/32123 // Libraries like pirates/esbuild-register hook Module.prototype._compile // and expect the content argument to always be a string. "args": "run -A main.cjs", "output": "hello from lib.ts\n" }