codeschool / sqlite-parser

JavaScript implentation of SQLite 3 query parser
MIT License
331 stars 57 forks source link

Issue with Object.assign is not a function #43

Closed sekhar0797 closed 7 years ago

nwronski commented 7 years ago

Not sure where all the other replies in this thread went, but, the parser is available as a single JavaScript file for browser environments at dist/sqlite-parser.js. With the latest Firefox, Edge, or Chrome, there should be no need for an Object.assign() polyfill with the browser version in the dist/ folder, so you can just include dist/sqlite-parser.js on the page instead of the Node version in lib/.

sekhar0797 commented 7 years ago

i am using the file from dist folder only. still getting the below issue.

Error: Object doesn't support property or method 'assign'

sekhar0797 commented 7 years ago

it is failing in IE only