We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
module.exports
1 parent 9f6b99c commit da33b1cCopy full SHA for da33b1c
1 file changed
tests/conformance.test.ts
@@ -13,6 +13,7 @@ const removedAPIs = new Set([
13
'colors', // private API
14
'useColors', // private API
15
'inspectOpts', // private API
16
+ 'module.exports',
17
])
18
19
describe('conformance', () => {
0 commit comments