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.02k stars 653 forks source link

Question: Should AlaSQL supports sourcemaps? #121

Closed agershun closed 8 years ago

mathiasrw commented 9 years ago

I guess the point would be to help with debugging. Are you asking because the sourcemap issue is creating problems?

agershun commented 9 years ago

Yes, there are two problems:

a) alasql.js has a reference to sourcemap by default. Some people do not want to copy sourcemap with the library. b) Actually, I test and debug most of features in Node.js, where the sourcemaps are useless.

mathiasrw commented 9 years ago

Hmmm... well... if its not helping - and creates issues it might not be important.

mathiasrw commented 8 years ago

So I guess its a "no" ?

agershun commented 8 years ago

No.