/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/es-module/test-require-module-detect-entry-point.js
7 строк
151 B
Geoffrey Booth
module: unflag detect-module
20 июл 2024, 21:30
Не верифицирован
20 июл 2024, 21:30
604ce4c
Код
Авторство
О чём код?
// Flags: --experimental-require-module import { mustCall } from '../common/index.mjs'; const fn = mustCall(() => { console.log('hello'); }); fn();