getify / LABjs

Loading And Blocking JavaScript: On-demand parallel loader for JavaScript with execution order dependencies
http://labjs.com
2.28k stars 313 forks source link

[Question] Does LABjs scrub out the debugger keyword? #133

Closed openly-retro closed 5 years ago

openly-retro commented 5 years ago

Hi -- I am attempting to troubleshoot some code that is queued into LABjs via an anonymous function. I have inserted a few debugger statements but they don't seem to trigger. As part of my troubleshooting, could you confirm that LABjs doesn't scrub out debugger statements?

getify commented 5 years ago

It does not touch the loaded code in any way.

openly-retro commented 5 years ago

Thank you very much for confirming!