Home
last modified time | relevance | path

Searched refs:createRequireFromPath (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/modules/cjs/
Dloader.js1343 function createRequireFromPath(filename) { function
1379 return createRequireFromPath(filepath);
/third_party/node/doc/api/
Ddeprecations.md2525 ### DEP0130: `Module.createRequireFromPath()`
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md2266 * `module.createRequireFromPath()` is deprecated. Use `module.createRequire()`
2325 …t/14701e539c)] - **(SEMVER-MAJOR)** **module**: runtime deprecate createRequireFromPath() (cjihrig…
DCHANGELOG_V16.md2408 * **(SEMVER-MAJOR)** **module**: remove module.createRequireFromPath (Antoine du Hamel) [#37201](ht…
2498 …ommit/674614b3f5)] - **(SEMVER-MAJOR)** **module**: remove module.createRequireFromPath (Antoine d…
DCHANGELOG_V12.md5592 …s://github.com/nodejs/node/commit/7e750868c6)] - **doc**: replace createRequireFromPath() referenc…
5638 …ps://github.com/nodejs/node/commit/140b44f3ea)] - **module**: fix createRequireFromPath() slash lo…
5721 …existing `createRequireFromPath()` method is now deprecated (Myles Borins) [#27405](https://github…
5767 …de/commit/be9a1ec1d1)] - **module**: allow passing a directory to createRequireFromPath (Gilles De…
DCHANGELOG_V10.md2050 * Added `module.createRequireFromPath(filename)`. This new method can be used