PR-URL: https://github.com/nodejs/node/pull/55698 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
'use strict';
|
|
|
|
exports.require = require;
|
|
exports.import = (id) => import(id);
|