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 86336d9 commit 03aab94Copy full SHA for 03aab94
1 file changed
test/configCases/library/modern-module-reexport-type/test.filter.js
@@ -0,0 +1,5 @@
1
+var supportsOptionalChaining = require("../../../helpers/supportsOptionalChaining");
2
+
3
+module.exports = function (config) {
4
+ return supportsOptionalChaining();
5
+};
0 commit comments