AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.01k stars 653 forks source link

build errors in alasql.d.ts #963

Open AixaMLhhpenna opened 6 years ago

AixaMLhhpenna commented 6 years ago

I've included alasql.d.ts (last version) in my project for typescript... when I try to build the project it throws all these errors: alasqlerrors

First one just after the declaration of the namespace... strange... any ideas? declare namespace alaSQLSpace {

mathiasrw commented 6 years ago

Hmm. I have no idea!

If you find out more pleases let me know so we can get this fixed.