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
Per the latest ECMAScript specification, UnicodeEscapeSequence supports the u{...} hex digits escape sequences (which can be 1 to a maximum of 6 hex digits given the max not being higher than 10FFFF).
I think it only makes sense for catharsis (and jsdoc) to support this.
Thanks!
The text was updated successfully, but these errors were encountered:
Per the latest ECMAScript specification,
UnicodeEscapeSequence
supports theu{...}
hex digits escape sequences (which can be 1 to a maximum of 6 hex digits given the max not being higher than 10FFFF).I think it only makes sense for catharsis (and jsdoc) to support this.
Thanks!
The text was updated successfully, but these errors were encountered: