fluvf

Results 8 issues of fluvf

### Description of the Change This pull request aims to - [Implement LSP snippets](https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/#snippet_syntax), while still allowing for legacy textmate syntax - Improve code base health - Improve provided service...

### Description of the Change Installs and converts the package to [`prettier-standard`](https://github.com/sheerun/prettier-standard) style. This is consistent with atom core, which also seems to use a custom `prettier` `standard` combo While...

Based on #46 - Add tests for invalid first argument (2fff651678bcf7d52c80872bc21d3189fb68ac32) - Add test for `null` _and_ `undefined` as children (1806e4780c0b0e028bc5f177e9efb228fac3b125) - Check for invalid arguments (398398523833d90e4ea1cf2c6989a3a9bd5fa825 and 9b45acfc843d23f91fe70cdd79817f92b8dbf95f) With...

Based on #46 - Removes the ability to make `crel.proxy.div()` style calls - Once again stores bound functions directly in the target function Here pretty much just to show how...

Based on #45 - Turns crel into a proxy, allowing for a shorter calls: `crel.div()` Also makes crels internal structure cleaner, as bound functions are cached in `crel.proxy` - Adds...

Based on #46 - Store all tests inside an object list (1315d95) - Run compatible tests through the proxy api (99f2840) - Store test logic and test list in separate...

See commit messages for details These should again be the last changes I had queued up ~~Last two commits, b7f76820bbf9f0443545ac6eb2bda28e1a9a99e8 and dfc44b10685d94c709738cee7de33dcd5a78cc76, are more opinionated I'd like to see them...

Accidentally based on #42 One monolithic commit as this is a mock-up Notable changes needed to make this work: - Fallback IDs are now searched for in reverse Simplifies logic...