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 8da9c29 commit 3ead325Copy full SHA for 3ead325
js/js-export/ASTutils.js
@@ -765,3 +765,6 @@ class ASTUtils {
765
return AST;
766
}
767
768
+if (typeof module !== 'undefined' && module.exports) {
769
+ module.exports = ASTUtils;
770
+}
0 commit comments