-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editorial: Prefix names of intrinsics #843
Conversation
The rule is that anything that's accessible off of a top-level intrinsic, should be - so if |
Same for
|
Gotcha; then those two would remain as-is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is great! I'm thinking it also needs to include oldids
attributes for preserving any current inbound links, and possibly renaming %SegmentsPrototype% to %IntlSegmentsPrototype% and %SegmentIteratorPrototype% to %IntlSegmentIteratorPrototype% as well.
Done! I don't think any IDs are changed by the first commit (all links reference the public names already), but I've included |
…insic form. See: tc39/ecma402#843 (prefix names of intrinsics) tc39/ecma402#474 (dotted intrinsic form)
…insic form. See: tc39/ecma402#843 (prefix names of intrinsics) tc39/ecma402#474 (dotted intrinsic form)
…insic form. See: tc39/ecma402#843 (prefix names of intrinsics) tc39/ecma402#474 (dotted intrinsic form)
…ed intrinsic form. See: tc39/ecma402#843 (prefix names of intrinsics) tc39/ecma402#474 (dotted intrinsic form)
Closes #842.
Not sure if the same naming scheme is appropriate for
%SegmentIteratorPrototype%
and%SegmentsPrototype%
, but happy update those as well if wanted.