Skip to content

Commit 8e44011

Browse files
joyeecheungtargos
authored andcommitted
lib: add back lib/module.js redirection
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. Backport-PR-URL: #19374 PR-URL: #19177 Refs: #19112 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 45c477c commit 8e44011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/module.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
3+
module.exports = require('internal/modules/cjs/loader');

0 commit comments

Comments
 (0)