Skip to content

Commit

Permalink
d debug coption types
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Oct 4, 2023
1 parent 077fd63 commit 9cd460e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import Generator from './generation/index.mjs';
const parser = new Parser(config);
parser.parse();

console.dir(Object.keys(parser.glossary).filter(s => s.startsWith('LDKCOption_')));
console.dir(parser.glossary['LDKCOption_U128Z']);
if(1 < 2) {
process.exit(1);
}

const generator = new Generator(parser);

// optional, only if we wanna remove existing artifacts
Expand Down

0 comments on commit 9cd460e

Please sign in to comment.