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.
1 parent 1af5e80 commit b198a49Copy full SHA for b198a49
1 file changed
src/node_builtins.cc
@@ -142,8 +142,8 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
142
"quic", // Experimental.
143
"sqlite", // Experimental.
144
"stream/iter", // Experimental.
145
- "sys", // Deprecated.
146
- "wasi", // Experimental.
+ "sys", // Deprecated.
+ "wasi", // Experimental.
147
#if !HAVE_SQLITE
148
"internal/webstorage", // Experimental.
149
#endif
0 commit comments