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 7b53e13 commit cb85012Copy full SHA for cb85012
runtime/JavaScript/src/antlr4/misc/index.d.ts
@@ -1,3 +1,4 @@
1
+export * from './BitSet'
2
export * from './Interval'
3
export * from './IntervalSet';
4
runtime/JavaScript/src/antlr4/misc/index.js
@@ -1,4 +1,5 @@
+import BitSet from './BitSet.js';
import Interval from './Interval.js';
import IntervalSet from './IntervalSet.js';
-export default { Interval, IntervalSet }
5
+export default { BitSet, Interval, IntervalSet }
0 commit comments