taozhi8833998 / node-sql-parser

Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
https://taozhi8833998.github.io/node-sql-parser/
Apache License 2.0
750 stars 172 forks source link

npm run build command fails #1946

Closed create-new-entity closed 3 weeks ago

create-new-entity commented 4 weeks ago

Describe the bug When attempted to build with the npm run build command, it fails.

Database Engine N/A

To Reproduce -the node-sql-parser version: 5.2.0 -the node version: 16.20.2

Expected behavior Build should not fail. It should produce content in the output folder.

Screenshots

Screen Shot 2024-06-10 at 12 49 12 AM

Additional context Probably it has something to do with these changes: https://github.com/taozhi8833998/node-sql-parser/commit/a80e19df879a038ab3cfc59a2044fab8fe2208e4

taozhi8833998 commented 3 weeks ago

@create-new-entity Sorry for that, fixed it.