Skip to content

Commit

Permalink
refactor: Document need of refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Dec 8, 2022
1 parent fe62096 commit e791e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/import-esm.js
@@ -1,3 +1,5 @@
// TODO: Remove after dropping support for Node.js v12

'use strict';

module.exports = async (modPath) => import(`file:///${modPath}`);

0 comments on commit e791e04

Please sign in to comment.