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 077fd63 commit 9cd460eCopy full SHA for 9cd460e
src/index.mts
@@ -9,6 +9,12 @@ import Generator from './generation/index.mjs';
9
const parser = new Parser(config);
10
parser.parse();
11
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
+
18
const generator = new Generator(parser);
19
20
// optional, only if we wanna remove existing artifacts
0 commit comments