feat: add and apply eslint config
This commit is contained in:
parent
2cae67892e
commit
31ceb99603
23 changed files with 1349 additions and 771 deletions
|
|
@ -7,7 +7,6 @@ import { TRANSFER_BUFFER } from './parser';
|
|||
declare const AsciiToString: (ptr: number) => string;
|
||||
|
||||
export class Node {
|
||||
// @ts-ignore
|
||||
private [0]: number; // Internal handle for WASM
|
||||
private _children?: (Node | null)[];
|
||||
private _namedChildren?: (Node | null)[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue