-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
@morenoh149
Description
Throws on
const parser = require('js-sql-parser'); const ast = parser.parse('WITH t as ( delete from foo ) Delete from bar;') console.log(JSON.stringify(ast, null, 2));