01:42 | <bakkot> | jschoi: right, that's a new change as of https://github.com/tc39/ecma262/pull/545. there's also type="concrete method" and a couple others. the idea is that we are trying to have more structured data in ecmarkup, which we use to derive the boilerplate description and also the AOID |
16:12 | <Domenic> | Hopefully one day bringing us closer to being able to click on [[Get]] and get a link to all instances of it... |
16:17 | <jmdyck> | [[Get]] is an interesting example, because it's used in 3 different ways: an internal method, a field in some records, and an accessor property attribute. |
16:17 | <Jack Works> | Turn spec into a real language and analyze it with language service 👀 |
16:19 | <jmdyck> | "turning the spec into a real language" is roughly what https://github.com/jmdyck/ecmaspeak-py is doing. |
16:19 | <jmdyck> | Making an LSP module isn't on my to-do list, but it's a possibility. |
16:21 | <Jack Works> | The spec website is having some functionalities of LS like finding references or highlights related variables |