tststs / atom-ternjs

JavaScript code intelligence for atom with tern.js and autocomplete-plus
MIT License
627 stars 76 forks source link

added error logging for uncaught exceptions from workers #334

Closed rkoval closed 5 years ago

rkoval commented 6 years ago

i was setting up ternjs for a new project that i inherited at work, but it was having trouble parsing some of my webpack config for the webpack plugin because of some ESnext syntax that is unsupported by acorn. i had no idea what was actually failing, so i added some logging for the uncaught exception stacktrace from a worker. this helped me pinpoint what the unsupported configuration was so that i figure out what actually to do with the "bad" code.

rkoval commented 5 years ago

closing due to inactivity