whatwg / webidl

Web IDL Standard
https://webidl.spec.whatwg.org/
Other
410 stars 164 forks source link

Update `@@foo` symbol notation to `%Symbol.foo%` notation #1415

Closed ljharb closed 4 months ago

ljharb commented 4 months ago

See https://github.com/tc39/ecma262/pull/1314


Preview | Diff

domenic commented 4 months ago

It looks like this is based on an outdated copy; can you rebase on main?

Also, I believe the way this is done, by just relying on {{%Symbol.iterator%}} style autolinking, will only work after the appropriate linking databases are updated. We'll see if that happens automatically... hopefully you won't have to do anything though.

ljharb commented 4 months ago

thanks! was just about to rebase it :-)