/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/node/polyfills/path.ts
27 строк
417 B
Bartek Iwańczuk
perf(ext/node): convert node:path to lazy-loaded JS (#33917)
08 май 2026, 13:18
Не верифицирован
08 май 2026, 13:18
8660edf
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. import { core } from "ext:core/mod.js"; const mod = core.loadExtScript("ext:deno_node/path/mod.ts"); export const { win32, posix, basename, delimiter, dirname, extname, format, isAbsolute, join, normalize, parse, relative, resolve, sep, toNamespacedPath, _makeLong, matchesGlob, common, } = mod; export default mod.default;