Age | Commit message (Collapse) | Author |
|
This is mostly stylistic (ala oneOf), it doesn't seem to do much
for performance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Behind an option, for now.
|
|
|
|
|
|
Squashed from:
* data: fix misplaced return instead of yaml in linkWikiDataArrays
* data: more linkWikiDataArrays tolerance
* data: get rid of accidental .slice() in linkWikiDataArrays
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
God bless thine soul, these are not unit tested.
|
|
|
|
Also related counting functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use named capturing groups (and non-capturing groups) for
generally better regex form.
|
|
|
|
|
|
|
|
...Using maxStringLength, which is more than a bit annoying,
because this isn't the same cut() algorithm we just added,
looks bulkier, and can't be customized. But that's the cost
of using util.inspect() here. It's better than displaying the
entire long string or handling line breaks poorly. FOR NOW.
|
|
|
|
|
|
|