A JavaScript utility that removes console.log statements from your code files. Perfect for cleaning up production code by removing debug statements while preserving all other functionality.
web_sys's console.log functions are just a little bit confusing. Mimicking the println! macro with something like console_log! seems like a very natural bridge between the Rust and JS worlds. Seems ...