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 9d09437 commit 5b9387eCopy full SHA for 5b9387e
1 file changed
lib/index.js
@@ -1,7 +1,7 @@
1
module.exports = function() {
2
return {
3
visitor: {
4
- ModuleDeclaration(path) {
+ ModuleDeclaration: function(path) {
5
path.remove();
6
}
7
0 commit comments