Skip to content

Commit 9cd460e

Browse files
committed
d debug coption types
1 parent 077fd63 commit 9cd460e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ import Generator from './generation/index.mjs';
99
const parser = new Parser(config);
1010
parser.parse();
1111

12+
console.dir(Object.keys(parser.glossary).filter(s => s.startsWith('LDKCOption_')));
13+
console.dir(parser.glossary['LDKCOption_U128Z']);
14+
if(1 < 2) {
15+
process.exit(1);
16+
}
17+
1218
const generator = new Generator(parser);
1319

1420
// optional, only if we wanna remove existing artifacts

0 commit comments

Comments
 (0)