You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It thinks the AO should be called with 4 or 5 parameters, whereas it should be 3 or 4. One of the parameters is inside a <del> tag, hence the discrepancy.
The text was updated successfully, but these errors were encountered:
(A likely-looking workaround is <del>_excludedItems_</del><ins>_excludedKeys_</ins>: a List of property keys,, or _excluded<del>Items</del><ins>Keys</ins>_: ..., but neither of those are accepted by the structured header parser.)
The parameter counter doesn't handle markup like this very well:
https://github.com/tc39/proposal-temporal/pull/2245/files#diff-cd62efd2602bdd5c2e435179e40c5d2daa5db198c9ac6324a6f8cf1c41a89873R73-R82
It thinks the AO should be called with 4 or 5 parameters, whereas it should be 3 or 4. One of the parameters is inside a
<del>
tag, hence the discrepancy.The text was updated successfully, but these errors were encountered: