Skip to content

Commit 933f574

Browse files
committed
fix
1 parent 064e3b5 commit 933f574

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

typegen.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ const fs = require('fs');
22
const path = require('path');
33
const peg = require('pegjs');
44
const util = require('util');
5-
const { ERANGE } = require('constants');
6-
const { parse } = require('path');
7-
const { debug } = require('console');
85

96

107

118
const syntax = fs.readFileSync(path.resolve(__dirname, './pegjs/postgresql.pegjs'), 'utf-8')
129
const ast = peg.parser.parse(syntax);
13-
const rulesById = {};
1410

1511

1612
const built = [];

0 commit comments

Comments
 (0)