- From: Jordan Harband <notifications@github.com>
- Date: Thu, 18 Jun 2020 12:39:18 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 June 2020 19:39:30 UTC
In the ecma262 spec, we've added a [new intrinsic notation form](https://github.com/tc39/ecma262/pull/1376) that will avoid unbounded growth of our list of intrinsics. Specifically, things like `%ArrayPrototype%` and `%ObjProto_valueOf%` should now be represented as `%Array.prototype%` and `%Object.prototype.valueOf%`, respectively. Our intention is to delete the "legacy" forms entirely in favor of the dotted forms. Closes #897. You can view, comment on, or merge this pull request online at: https://github.com/heycam/webidl/pull/898 -- Commit Summary -- * add links for dotted intrinsic form -- File Changes -- M index.bs (15) -- Patch Links -- https://github.com/heycam/webidl/pull/898.patch https://github.com/heycam/webidl/pull/898.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/898
Received on Thursday, 18 June 2020 19:39:30 UTC