assertExists in ecmascript.ts throws if exists
adambrady-corp opened this issue · 1 comments
adambrady-corp commented
I'm pretty sure the condition on this DEBUG-only function is inverted (should be arg == null):
temporal-polyfill/lib/ecmascript.ts
Line 149 in 96c417c
12wrigja commented
Yep - that's right. I noticed this a couple weeks back but got side-tracked with release management. Note this doesn't affect our released code (as all the assertions are removed from that bundle).