Skip to content

Commit f880553

Browse files
authored
test suite for js/js-export/ASTutils.js (#4457)
* test suite for js/js-export/ASTutils.js * Exporting modules for test
1 parent 2f06e6d commit f880553

File tree

2 files changed

+835
-0
lines changed

2 files changed

+835
-0
lines changed

js/js-export/ASTutils.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,3 +765,6 @@ class ASTUtils {
765765
return AST;
766766
}
767767
}
768+
if (typeof module !== 'undefined' && module.exports) {
769+
module.exports = ASTUtils;
770+
}

0 commit comments

Comments
 (0)