[22:30:20] RoanKattouw: I'm thinking of adding something aking to if (DEBUG) or #if DEBUG so as to red rid of the hardcoded StartupModule transformations, and possibly to make available more widely (iff we can make it generally work in a non-confusing and non-fragile way). The obvious catch seems that it's only easy to do when operating on a single line, which in turn means it either violates ESLint (if using if blocks), or require use of // [22:30:21] comments. Thoughts on this? An alternative would be to handle it in the minifier if we can pull off some primitive way of keeping track of what is enclosed in a given curly brace block regardless of any nested code within if its condition is the literal "DEBUG" (or mw.DEBUG if we want to avoid hard failure when not stripped, as that'll yield undefined) [22:32:51] after version=2 finalisation and adoption in qunit runner, we can then also adopt this in favour of the current `if (window.QUnit)` idiom for exporting private interfaces. [22:32:56] debug=2*