| 18:20 | <Michael Ficarra> | I'm just noticing that we link things like "is a Number" and "is not a Number", but miss cases like "is either a Symbol or a BigInt" |
| 18:20 | <Michael Ficarra> | not sure what we could do to make that work though |
| 19:36 | <ljharb> | link either a symbol and or a BigInt? |
| 22:41 | <jmdyck> | but then in "either a Symbol, a String, or a BigInt", you wouldn't get a link for "a String". So maybe just link "a Symbol", "a String", and "a BigInt". |
| 22:41 | <jmdyck> | That would create links in a lot more spots, but maybe they're places you'd like links anyway. |
| 22:47 | <ljharb> | ah yes, good point |
| 22:48 | <ljharb> | then is a Number should probably only link a Number |
| 22:49 | <jmdyck> | Yup, could change <dfn variants="is a Number,is not a Number"> to just <dfn variants="a Number"> |