sindresorhus / strip-debug

Strip console, alert, and debugger statements from JavaScript code
MIT License
84 stars 15 forks source link

Support globalThis and all console methods #25

Closed NotWoods closed 3 years ago

NotWoods commented 3 years ago

Follow up on #24 to fix console.{warn,info,etc} support. Also adds support for globalThis.

I changed algorithm from what was written in #21 to something based on rocambole-strip-console and rocambole-strip-alert.

Also added test for the new features.