Skip to content

Commit f6c2d01

Browse files
committed
add events.js
1 parent 46fce57 commit f6c2d01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/mongodb-ts-autocomplete/scripts/extract-types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ const deps: Record<string, string[]> = {
141141
'assert.js', // exists only
142142
],
143143
buffer: ['package.json', 'index.d.ts'],
144-
events: ['package.json'],
144+
events: [
145+
'package.json',
146+
'events.js', // exists only (also only on windows)
147+
],
145148
punycode: [
146149
'package.json',
147150
'punycode.js', // exists only

0 commit comments

Comments
 (0)