Skip to content

Commit

Permalink
Add util to node namedExports
Browse files Browse the repository at this point in the history
  • Loading branch information
coaxial committed Apr 2, 2018
1 parent a7d0061 commit 253310a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/environments/nodeEnvironment.js
Expand Up @@ -43,4 +43,15 @@ export default {
'vm',
'zlib',
],
namedExports: {
util: [
'callbackify',
'debugLog',
'deprecate',
'format',
'inherits',
'inspect',
'promisify',
],
},
};

0 comments on commit 253310a

Please sign in to comment.