lexifer-ts
lexifer-ts copied to clipboard
The code behind the Lexifer web app
[This line](https://github.com/bbrk24/lexifer-ts/blob/f57b55fb33a4a8210be946163ffe03e56f6770e6/src/wordgen.ts#L222), could instead be `wordList.sort((Intl.Collator().compare));`, which would sort for example [b, x, a, ä] into [a, ä, b, x], instead of [a, b, x, ä]. This provides better sorting...
These are changes that would be nice to have, but require a major version update. - [x] Drop support for Node v12, as it reaches end of life soon (2022-04-30)...
Where SPACE is a whitespace, a clusterfield written like this: ``` % a b c d x a b c d SPACE filter: v > b ``` Will skip the...
Currently, master doesn't build, due to the conflicting ES year and TS version. CI would help catch things like this.