We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
goog.asserts
as part of #128 we are inadvertently disabling all goog.asserts calls (this is an intended side effect of ADVANCED_COMPILATION)
we should instead migrate to our own asserting functions that will survive compilation. This will also further progress on #135