Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

RSLint

Making JavaScript static analysis faster and easier to use
Collective - Host: opensource - https://opencollective.com/rslint - Website: http://rslint.org - Code: https://github.com/RDambrosio016/RSLint

Refactor: rslint_rowan formatting

github.com/rslint/rslint - 3e2d68f6007871fa463e70369d56bc1a4dbd4c46 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: switch from a rowan fork to a vendored rslint_rowan

github.com/rslint/rslint - c95d01860efd76572b4d44764b58a666edaae683 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: add eslint custom container

github.com/rslint/rslint - 41480a1e4515381d42c294eaf5d2a3986a700d76 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: simplify solution for stop rewinding template

github.com/rslint/rslint - 2ca79a484103fdf2e55726d8597d9b88bfdf3877 authored about 4 years ago by Justus K <[email protected]>
Fix: don't rewind if template expr was parsed

Only 1 panic is left in test262

github.com/rslint/rslint - 6eaa1d905b319aed4cb079c2b63f79c309011bc8 authored about 4 years ago by Justus K <[email protected]>
Fix: 'byte index not char boundary' panic

github.com/rslint/rslint - 8b76fb3e20a19feecbdb005ef15d5a06670eef4b authored about 4 years ago by Justus K <[email protected]>
Fix: fix lsp diagnostic conversion

github.com/rslint/rslint - bf55e7d674f9eaecae68f7f62f6184991a4be35a authored about 4 years ago by RDambrosio016 <[email protected]>
Feat(cli): allow multiple glob patterns

github.com/rslint/rslint - 58d25e0afc07281167e37625a4c8497d0ffd35cb authored about 4 years ago by Justus K <[email protected]>
Docs: fix name of binary after using cargo install

github.com/rslint/rslint - ef1221b2c54f5c10bdb3bf9cda3d890be716f4e2 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: fix some docs and update links

github.com/rslint/rslint - 47dbd57706204ebec05bc6113d774ded56182f21 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: switch from mdbook to vuepress

github.com/rslint/rslint - 7ea8a6158d132d58b9f261afa27b141b948fb922 authored about 4 years ago by RDambrosio016 <[email protected]>
revert: 'byte index panic' fix didn't work

Refs: 6dc363bdb5eb1d27e08ced4aad8a1bc32d640af7

github.com/rslint/rslint - ac68a3ff37f8e3e96baf5081febfbecefaad6ee6 authored about 4 years ago by Justus K <[email protected]>
Fix: 'byte index is not in char boundary' panic

github.com/rslint/rslint - 6dc363bdb5eb1d27e08ced4aad8a1bc32d640af7 authored about 4 years ago by Justus K <[email protected]>
Feat: rewrite Config module (#64)

* feat(config): rewrite config module

- config can be found in ancestors of current directory...

github.com/rslint/rslint - 6fd1389d1a0ba09c10e05d5770926c6bb08ecb7b authored about 4 years ago by Stu <[email protected]>
Feat: add developer flags (#62)

* Feat: developer flags to debug rslint

* fix: clippy lint

* Chore: add developer options ...

github.com/rslint/rslint - 7c9f46a66b7f24ff9351d64eb3d219dee1a6fabc authored about 4 years ago by Stu <[email protected]>
Feat: rename the rslint_cli executable from rslint_cli to just rslint

github.com/rslint/rslint - c6b9de7526e0eede59cf7b2eb167e94cd04dabaf authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: change exit codes to be more standardized

github.com/rslint/rslint - b668e951091aae2d50e00f56d4d4d74f77c65350 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update cli changelog

github.com/rslint/rslint - 3a2c8f03be3a97d9b426340a4c17e2047c62e16c authored about 4 years ago by Justus K <[email protected]>
feat: move config handling to new config module

github.com/rslint/rslint - aa12aaac4fda33c09c3a24dd588faca62aa1a162 authored about 4 years ago by Justus K <[email protected]>
Docs: add docs for block-spacing

github.com/rslint/rslint - 7d4d17359ba4d4764cd103a067bb981eb9b01cdd authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: add the style group, add Inferable, and the infer subcommand

github.com/rslint/rslint - 87f96ddd01e73f3d07c5e4fb20c1b05a557020c2 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix lexer fuzz failure

github.com/rslint/rslint - b8cbc8a68ff0730aed32e43a8a4c2fca9b9bb223 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: add `rules` subcommand to show all available rules

github.com/rslint/rslint - d72c029e4c561f3f20f941f4efe2d65178a7062f authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: improve multiline note rendering and change note chars

github.com/rslint/rslint - d9bcf634193f7780b2c14944854afbf66d4fab71 authored about 4 years ago by RDambrosio016 <[email protected]>
Refactor: move const expr util items to their own module

github.com/rslint/rslint - 1aa692a00df0d7de9a191d7445ffd78dd5dacba0 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: delete old util file

github.com/rslint/rslint - b03d44596fdc0acd5ba32a4ffe8aabff980815bb authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: add initial items for stylistic linting and update changelog

github.com/rslint/rslint - 7653d518a0edfe4dc6571c32ac95109620e7e118 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix some parser bugs (#61)

* fix: multiple parser bugs

* fix: infinite recursion in try stmts

* chore: rn codegen and...

github.com/rslint/rslint - 5a6ea514761e5d9cac1b4a8b396747737e505cbb authored about 4 years ago by Stu <[email protected]>
Feat: Better test262 runner (#59)

* Improve output of test262 results

* Improve test262 reporting again

* Fix clippy

github.com/rslint/rslint - 44dadc17cf46ef728ddcd119e7b10160e1774209 authored about 4 years ago by Stu <[email protected]>
Feat: add option cli and config option for configuring formatter used

github.com/rslint/rslint - b2080e089ffafa4b61988b011e81d416789c3937 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix recursion in method parsing and add test262 submodule (#58)

* fix: recursion if handling invalid token while parsing a method

* Add tests for fixes

github.com/rslint/rslint - 93c43e4064490a2493b7093d532258db0c3d20fa authored about 4 years ago by Stu <[email protected]>
Fix: regenerate lockfile

github.com/rslint/rslint - 7c90eeb286772c0cfe96d3eef178252c1cd2284d authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: test262 runner for parser

github.com/rslint/rslint - 26ae1665881a6f960cd4a02c0b3d51ac1e2b13cc authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: add new "short" eslint-like formatter to rslint_errors

github.com/rslint/rslint - 6473a61d6d10ba6d9b722953df75e6802a78e08a authored about 4 years ago by RDambrosio016 <[email protected]>
fix: Fix unterminated string literal error in codepoint (#57)

github.com/rslint/rslint - b3c6068ac127ccbd3cf3000f059d5ab7b0469110 authored about 4 years ago by Stu <[email protected]>
Feat: Improve config error reporting (#56)

* Improve config error reporting and prevent panic

* Document lokcing behaviour in emit.rs

github.com/rslint/rslint - d6350947c791012800b90d9fd4ef7e2c219aaf9b authored about 4 years ago by Stu <[email protected]>
Feat: fix rendering of notes in diagnostics

github.com/rslint/rslint - 7f91f2ee10d9132a4de8739b12b7b19ab4ac1140 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update version requirement for rslint_core

github.com/rslint/rslint - c9f1999eed37a58efa480060e5aef81dee214f46 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: publish rslint_core v0.2.1

github.com/rslint/rslint - b48f2b7021882c1d7f9c61281efccaa5ad440abb authored about 4 years ago by RDambrosio016 <[email protected]>
v0.2.1

github.com/rslint/rslint - 0d5bd637e6848e1899ff8d94c79e79d02f62d420 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update changelog

github.com/rslint/rslint - 50245de6c0b55d141c45a1411b3c9a1e103dbe8d authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: switch from fetching docs to embedding them in the binary

github.com/rslint/rslint - fe6f13c177a2712fe3da73a425788b9fd1f44f1b authored about 4 years ago by RDambrosio016 <[email protected]>
Update versions

github.com/rslint/rslint - 2cd5154f9f72959998396a7f465b371bfc845641 authored about 4 years ago by RDambrosio016 <[email protected]>
Update README.md

github.com/rslint/rslint - a429c997569f83fcb3882281eca92f79105187d8 authored about 4 years ago by RDambrosio <[email protected]>
Feat: Add autofix (#45)

* Feat: add incremental reparsing and incremental relinting and watching

* Fix: use rslint_ro...

github.com/rslint/rslint - ce3da8946ca22ec5d8b0d9ffcd6145a0fcb52217 authored about 4 years ago by RDambrosio <[email protected]>
Fix: remove rowan feature and update cargo.tomls

github.com/rslint/rslint - ba40009cad3ab2f370b3256a59cb6f4fb87da177 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: Switch from `codespan-reporting` to a custom crate based on codespan (#35)

* Implement first few structs

* Rewrite Diagnostic struct

* Add CodeSuggestion

* Add me...

github.com/rslint/rslint - 253508d6ad3815532f5ea7581cb1112638aef859 authored about 4 years ago by Stu <[email protected]>
Feat: add `no-confusing-arrow` rule (#54)

* Feat: add no-confusing-arrow rule

* Chore: update Cargo.lock

* Docs: run `cargo xtask do...

github.com/rslint/rslint - 0eb52aa41f8a9583423ec0b23c9ab34779617d75 authored about 4 years ago by Yamada Yuki <[email protected]>
Fix: fix incorrect node kinds for single param arrow functions

github.com/rslint/rslint - ff8e131bd5df3ada3cc643e5a0956b5f19837ae5 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: add rslint_text_edit

github.com/rslint/rslint - c69e78881e532367f6a01b492bb2291c6d60f305 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-new-symbol rule (#52)

* add no-new-symbol rule

* fix

* remove clippy supress

* review comments

* docgen

...

github.com/rslint/rslint - 1fade2f7b8d4b9262b2af48b6b3f7461a1ad6d8c authored about 4 years ago by Bartek Iwańczuk <[email protected]>
Docs: Fix broken links in docs (#51)

github.com/rslint/rslint - 465982ae1e6311ffe018e08d1a0841558d6959cb authored about 4 years ago by Spencer Burris <[email protected]>
Update README.md

github.com/rslint/rslint - 233fd8430783f75bd6a8ef21b6a89978dd26e4b8 authored about 4 years ago by RDambrosio <[email protected]>
Remove shebangs from Currently known big issues

github.com/rslint/rslint - 635891fb37f4717bb977842fe4a11237380c54b6 authored about 4 years ago by RDambrosio <[email protected]>
Feat: add shebang handling to lexer and parser (#43)

* Feat: add read_shebang to lexer

* Test: add shebang test

* Feat: add shebang to AST node...

github.com/rslint/rslint - 4d2eaf1c563e9f5a24747f93760e5710fa6cc45b authored about 4 years ago by Yusuke Tanaka <[email protected]>
Create FUNDING.yml

github.com/rslint/rslint - 17bcc3159b0c482f07c4a3b8c7c90644feaae465 authored about 4 years ago by RDambrosio <[email protected]>
Update README.md

github.com/rslint/rslint - 7cb11926f4f87d65760869acc601fc5ec5675077 authored about 4 years ago by RDambrosio <[email protected]>
Update readme with info about autofix

github.com/rslint/rslint - 202bcbcd483418e7b5dc519e099c2e6ea865dc0e authored about 4 years ago by RDambrosio <[email protected]>
Fix: Lock stderr in panic hook and exit process immediately after (#42)

* Lock stderr before writing to it

This is a basic lock on stderr in the panic_hook.

* For...

github.com/rslint/rslint - 0f27dce826ea1f314b11f2b8e5800ed2bf415e9f authored about 4 years ago by Nicholas Baron <[email protected]>
Chore: add "currently known big issues" tab

github.com/rslint/rslint - ef02f93768c096293a26bb9c5772f48f527a6b83 authored about 4 years ago by RDambrosio <[email protected]>
Fix: fix incomplete fix

github.com/rslint/rslint - 06e7014ceec806b6cedb53f2c676a082ba675c89 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix handling of /= and >>= as well as unicode codepoint escapes

github.com/rslint/rslint - efc25ad010dee4621bed90fd6282be51dd402caa authored about 4 years ago by RDambrosio016 <[email protected]>
rslint_cli 0.1.2

github.com/rslint/rslint - 4607be61e02c2a8c96794e402085a5d655f79559 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: add note about prebuilt binaries

github.com/rslint/rslint - abc0018d1bf49a9a6806ce022fc44b259c3b87a9 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: remove --locked

github.com/rslint/rslint - fc0749a774ecbd10c2260b82b485305f9608a6e1 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update lockfile

github.com/rslint/rslint - f04a08d2c3decf32df5b74a4f9b9642a0500b660 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update xtask to use rslint_parser 0.2

github.com/rslint/rslint - 5c0b3e51185f873d653951d0e3e33492c4e689c0 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update rslint_lsp to use rslint_parser 0.2

github.com/rslint/rslint - 24ef775fb6b3c459b3cd1c0fdf4d4cb7fa01e1d1 authored about 4 years ago by RDambrosio016 <[email protected]>
rslint_core 0.1.2

github.com/rslint/rslint - f30714e2acf168565e882c58278ef3337f7a177a authored about 4 years ago by RDambrosio016 <[email protected]>
rslint_syntax 0.1.2 and rslint_parser 0.2.0

github.com/rslint/rslint - b3aea8379c27409f93f865372f2ff606702bf145 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: fix a myriad of parser and lexer bugs

github.com/rslint/rslint - a049cf9eaa5a1da33b3d109c7a810ebf67e2be8c authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update README roadmap and update it to point to the website

github.com/rslint/rslint - 637d57c3cbda0f8517f3e1183cb95672af744bd7 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: add --lib to workflow

github.com/rslint/rslint - 07d033aec47c7b53d8e3d0eac6194f8e6d82a972 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: change rules to use js instead of ignore and fix formatting

github.com/rslint/rslint - fbb50b4a915a316aca61493aee4c5e45bc7fab15 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: fix clippy complaints on generated file and remove bad sentence

github.com/rslint/rslint - 01a4e1d2a74a43ae77dec02c21cbff4b3937bd05 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: initial setup of mdbook book

github.com/rslint/rslint - a6850a45b6e1a2c5a8fb9477740b39581e545e28 authored about 4 years ago by RDambrosio016 <[email protected]>
Update readme with /crates changes

github.com/rslint/rslint - a41acc55dd44b048e11cc99778a450c5a71720aa authored about 4 years ago by RDambrosio <[email protected]>
Chore: Move crates to crates directory (#33)

* Move crates to `crates/` directory

* Implement changes and run docgen

github.com/rslint/rslint - 404d59bb636ad3fa71479a517f7343089ee95ac3 authored about 4 years ago by Stu <[email protected]>
Update the readme with a section about the LSP

github.com/rslint/rslint - a1be97e24d9b2a1e1afef152f1ab64a09c562234 authored about 4 years ago by RDambrosio <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/rslint/rslint - c743c85b0bdcf629a48dc9e49083f5e3dee1864c authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: make the authors of the crates "RSLint developers"

github.com/rslint/rslint - f720b84e183238b491a19c190d8e0bc116785950 authored about 4 years ago by RDambrosio016 <[email protected]>
Feat: Add a basic LSP and VSC extension (#32)

* Export some definitions from directives module

* Define LSP server in rslint_lsp crate

*...

github.com/rslint/rslint - 0e34dbbae225ce14e1ec1375c00b027614e6491c authored about 4 years ago by Darin Morrison <[email protected]>
Fix: ignore ignored folders correctly

github.com/rslint/rslint - 34f746c64062a659b9fdd2de6c1149e8be91da91 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix infinite recursion in object literals with curly braces inside

github.com/rslint/rslint - fcd6517a3ad63edb661fed6f50a5800d5d386500 authored about 4 years ago by RDambrosio016 <[email protected]>
rslint_lexer 0.1.2

github.com/rslint/rslint - d7a954af633aa501acb916e89be396d07032e4f5 authored about 4 years ago by RDambrosio016 <[email protected]>
rslint_parser 0.1.3

github.com/rslint/rslint - 4543e8f8308ec703a7a03cfd1f31da927945955b authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix infinite recursion in formal parameters without a binding elem

github.com/rslint/rslint - f6f4cefb4a565097ab35f68c4b2533c1dd432e40 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix infinite recursion with erroneous tokens in object prop names

github.com/rslint/rslint - 77a7ea63b15790f06e20aa79ab3eff1d76d96f24 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: commit missed change

github.com/rslint/rslint - 9fefb402b8f4502373fded932e158edf2db5e32c authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: fix infinite recursion with block stmts without a l_curly

github.com/rslint/rslint - 5395d9b9a57ffe8a69c99e233596823948feb2ff authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: length for test should be 14, not 16

github.com/rslint/rslint - ac510170de01165f0dcbb3d1dcd79d4b881e4467 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: accidentally deleted CI changes

github.com/rslint/rslint - ecf4fc7c8edbdaef4260a2eea1cd71b12db95e53 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: properly handle unicode idents and use id_start + id_continue

github.com/rslint/rslint - d0dbbe9ed0dd022a985b883bdcb6ab35af265f16 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update lockfile with rslint_parser v0.1.2

github.com/rslint/rslint - a84af8d3ff34f7642a5a3a74993aa2ac0b0d3fd6 authored about 4 years ago by RDambrosio016 <[email protected]>
Docs: document more items in rslint_core

github.com/rslint/rslint - 8c90fd9c6f31eaf6fd870a8b36f61511d23dd4bb authored about 4 years ago by RDambrosio016 <[email protected]>
Refactor: fix formatting

github.com/rslint/rslint - 0b6ede03ba083ab1be3fb712a133785a1ba181f0 authored about 4 years ago by RDambrosio016 <[email protected]>
Chore: update Cargo.toml version

github.com/rslint/rslint - bdc9b61211b430b9532d83f7b6042fefc8e885e0 authored about 4 years ago by RDambrosio016 <[email protected]>
rslint_parser v0.1.2

github.com/rslint/rslint - 70f674e16bee0a9b0f2a53d3d7811a87a767f834 authored about 4 years ago by RDambrosio016 <[email protected]>
Fix: throw an error if no matching files are found (#25)

* Throw an error if no matching files are found

* Use is_empty instead of checking the length

github.com/rslint/rslint - 29cad2346d4603ba715fe32bb70c9cf4a4bc8d9f authored about 4 years ago by TateKennington <[email protected]>
Chore: update lockfile

github.com/rslint/rslint - 9140cd09723bc0673544fc473d95d54e5d18252e authored about 4 years ago by RDambrosio016 <[email protected]>