Searched refs:createRequireFromPath (Results 1 – 6 of 6) sorted by relevance
1343 function createRequireFromPath(filename) { function1379 return createRequireFromPath(filepath);
2525 ### DEP0130: `Module.createRequireFromPath()`
2266 * `module.createRequireFromPath()` is deprecated. Use `module.createRequire()`2325 …t/14701e539c)] - **(SEMVER-MAJOR)** **module**: runtime deprecate createRequireFromPath() (cjihrig…
2408 * **(SEMVER-MAJOR)** **module**: remove module.createRequireFromPath (Antoine du Hamel) [#37201](ht…2498 …ommit/674614b3f5)] - **(SEMVER-MAJOR)** **module**: remove module.createRequireFromPath (Antoine d…
5592 …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…
2050 * Added `module.createRequireFromPath(filename)`. This new method can be used