ecma402 icon indicating copy to clipboard operation
ecma402 copied to clipboard

Editorial: Fix various rebase errors

Open anba opened this issue 1 year ago • 1 comments

Fixes a couple of rebase errors. Also reverts attempts to address review feedback ("pattern" instead of "format" for some records), because the changes were largely unfinished and actually using "pattern" would result in equally confusing code like pattern.[[pattern]] which doesn't seem like an improvement when compared to format.[[pattern]]. For example see FormatDateTimePattern, which has format and pattern arguments.

Fixes #899.

anba avatar Jun 21 '24 14:06 anba

(https://github.com/tc39/proposal-temporal/pull/2904 depends on these change. This is mentioned in the commit messages for the other PR, but not in the description, so explicitly mention it here so that GH can create cross-reference links.)

anba avatar Jun 24 '24 07:06 anba