1.11.4
This patch release fixes an issue with the special //!steal-remove-{start|end} comments.
If there was a space after the ! the code would not be removed, e.g:
//! steal-remove-start
doOnlyDuringDevelopmentStuff()
//! steal-remove-endIt should work now.
🎉