Skip to content

Commit b22a83f

Browse files
committed
Add comment for module exports/import
1 parent f121b10 commit b22a83f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cql.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,6 @@ CQLParser.prototype = {
513513
this.prefixes[name] = value;
514514
}
515515
}
516+
517+
// for module import systems uncomment the following line
518+
// module.exports = CQLParser;

0 commit comments

Comments
 (0)