feat(web)!: rewrite the library in TypeScript
This commit is contained in:
parent
07a86b1729
commit
2cae67892e
39 changed files with 7856 additions and 3629 deletions
9
lib/binding_web/src/index.ts
Normal file
9
lib/binding_web/src/index.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export * from './constants';
|
||||
export * from './marshal';
|
||||
export * from './node';
|
||||
export * from './tree';
|
||||
export * from './tree_cursor';
|
||||
export * from './lookahead_iterator';
|
||||
export * from './query';
|
||||
export * from './language';
|
||||
export * from './parser';
|
||||
Loading…
Add table
Add a link
Reference in a new issue