02:09 | <bakkot> | there is a machine readable biblio published at https://www.npmjs.com/package/@tc39/ecma262-biblio whenever the spec is updated |
06:54 | <annevk> | TabAtkins: that would be great actually |
07:18 | <Domenic> | TabAtkins: I don't think that's quite right. dontcallmedom did a lot of work to manually categorize everything in the ES spec. I think AOs should work. |
07:18 | <Domenic> | Let me find the thread... |
07:19 | <Domenic> | https://github.com/w3c/reffy/pull/732 |
07:20 | <Domenic> | I think the problem is the linking text that's extracted includes argument names |
07:20 | <Domenic> | So you'd need to do [$CreateDataProperty(O, P, V)$] |
07:21 | <Domenic> | We should probably fix that. I don't think there are any AO overloads? |
16:42 | <TabAtkins> | Ah, I automatically fix up css functions and js methods into an argless form; I can do the same for AOs |