Skip to content

Commit aa197d8

Browse files
committed
Fix mod.ts exports
1 parent f793751 commit aa197d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
// found in the LICENSE file.
44

55
export type {
6-
BindingRange,
6+
Binding,
77
GeneratedRange,
88
OriginalPosition,
99
OriginalScope,
1010
Position,
1111
ScopeInfo,
1212
SourceMapJson,
13+
SubRangeBinding,
1314
} from "./src/scopes.d.ts";
1415

1516
export { encode } from "./src/encode/encode.ts";

0 commit comments

Comments
 (0)