/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.3.0
test/common/index.mjs
114 строк
2 KB
René
test: run Temporal presence checks without V8 flag
05 май 2026, 17:19
Не верифицирован
05 май 2026, 17:19
c73aba0
Код
Авторство
О чём код?
import { createRequire } from 'module'; const require = createRequire(import.meta.url); const common = require('./index.js'); const { allowGlobals, buildType, canCreateSymLink, childShouldThrowAndAbort, enoughTestMem, escapePOSIXShell, expectsError, expectWarning, getArrayBufferViews, getBufferSources, getTTYfd, hasCrypto, hasQuic, hasInspector, hasSQLite, hasFFI, hasLocalStorage, hasIntl, hasTemporal, hasIPv6, isAIX, isAlive, isFreeBSD, isIBMi, isInsideDirWithUnusualChars, isLinux, isOpenBSD, isMacOS, isRiscv64, isSunOS, isWindows, localIPv6Hosts, mustCall, mustCallAtLeast, mustNotCall, mustNotMutateObjectDeep, mustSucceed, nodeProcessAborted, parseTestMetadata, PIPE, platformTimeout, printSkipMessage, runWithInvalidFD, skip, skipIf32Bits, skipIfEslintMissing, skipIfInspectorDisabled, skipIfSQLiteMissing, spawnPromisified, sleepSync, } = common; const getPort = () => common.PORT; export { allowGlobals, buildType, canCreateSymLink, childShouldThrowAndAbort, createRequire, enoughTestMem, escapePOSIXShell, expectsError, expectWarning, getArrayBufferViews, getBufferSources, getPort, getTTYfd, hasCrypto, hasQuic, hasInspector, hasSQLite, hasFFI, hasLocalStorage, hasIntl, hasTemporal, hasIPv6, isAIX, isAlive, isFreeBSD, isIBMi, isInsideDirWithUnusualChars, isLinux, isOpenBSD, isMacOS, isRiscv64, isSunOS, isWindows, localIPv6Hosts, mustCall, mustCallAtLeast, mustNotCall, mustNotMutateObjectDeep, mustSucceed, nodeProcessAborted, parseTestMetadata, PIPE, platformTimeout, printSkipMessage, runWithInvalidFD, skip, skipIf32Bits, skipIfEslintMissing, skipIfInspectorDisabled, skipIfSQLiteMissing, spawnPromisified, sleepSync, };