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
I noticed the pull request unjs/destr#102 in the destr repository, which replaces the String.prototype.at to improve browser compatibility. Since Array.prototype.at is used in radix3 and its support is similar to String.prototype.at, should we replace sections.at(-1) with sections[sections.length - 1] ?
Describe the feature
I noticed the pull request unjs/destr#102 in the
destr
repository, which replaces theString.prototype.at
to improve browser compatibility. SinceArray.prototype.at
is used inradix3
and its support is similar toString.prototype.at
, should we replacesections.at(-1)
withsections[sections.length - 1]
?related information links
Additional information
The text was updated successfully, but these errors were encountered: