mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
54de79b16e
The previous commit deleted lib/module.js so that git recognize the file move `lib/module.js` -> `lib/internal/modules/cjs/loader.js`. This commit add the redirection back. PR-URL: https://github.com/nodejs/node/pull/19177 Refs: https://github.com/nodejs/node/pull/19112 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('internal/modules/cjs/loader');
|