We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928765d commit 782db4bCopy full SHA for 782db4b
test/parallel/test-bootstrap-modules.js
@@ -17,6 +17,7 @@ const expectedModules = new Set([
17
'Internal Binding credentials',
18
'Internal Binding fs',
19
'Internal Binding fs_dir',
20
+ 'Internal Binding fs_event_wrap',
21
'Internal Binding messaging',
22
'Internal Binding module_wrap',
23
'Internal Binding native_module',
@@ -31,6 +32,7 @@ const expectedModules = new Set([
31
32
'Internal Binding types',
33
'Internal Binding url',
34
'Internal Binding util',
35
+ 'Internal Binding uv',
36
'Internal Binding worker',
37
'NativeModule buffer',
38
'NativeModule events',
@@ -51,6 +53,7 @@ const expectedModules = new Set([
51
53
'NativeModule internal/fs/utils',
52
54
'NativeModule internal/fs/promises',
55
'NativeModule internal/fs/rimraf',
56
+ 'NativeModule internal/fs/watchers',
57
'NativeModule internal/idna',
58
'NativeModule internal/linkedlist',
59
'NativeModule internal/modules/run_main',
0 commit comments