Skip to content

Commit 4303243

Browse files
committed
dont nest
1 parent 477faa9 commit 4303243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import * as ast from './ast.js';
1717
import * as dom from './dom.js';
1818
import {TreeProto} from './protos.js';
1919

20-
export * as protos from './protos.js';
20+
export * from './protos.js';
21+
2122
export interface InstructionMap {
2223
[key: string]: (element: Element) => void;
2324
}

0 commit comments

Comments
 (0)