This repository has been archived by the owner on Feb 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Spec Review #60
Comments
i suppose i could do it inline, but i'd still want a note to describe the list a bit, and the dfn seemed cleaner to me. |
ljharb
added a commit
that referenced
this issue
Oct 12, 2023
ljharb
added a commit
that referenced
this issue
Oct 12, 2023
@jridgewell please rereview; i've addressed all your comments. |
Everything in my original list looks good. But a new thing I've noticed, we're appending both Code Units and Strings to
|
ljharb
added a commit
that referenced
this issue
Oct 19, 2023
@jridgewell thanks, fixed! lmk if there's more items, or if i can check you off :-) |
LGTM |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
CharSet
construction? Eg, https://tc39.es/ecma262/#sec-compiletocharset'sCharacterClassEscape :: d
productioncuList
to something else. MaybeescapedList
?cuList
is empty" and use a defined "is empty" phrase and keep the same behavior.cuList
that need to become_cuList_
10.1.1 [[GetPrototypeOf]] ( )
0x00XY
references "unicode" references, shouldn't they all beU+00XY
?DecimalDigit
andWhiteSpace
should be|DecimalDigit|
and|WhiteSpace|
c
is a code point, can you compare it to aDecimalDigit
production?c
is a code point, can you compare it to aWhiteSpace
production?c
is a code point needs to be cast to a CharSetElement before we can check if it's an element of the set.The text was updated successfully, but these errors were encountered: