Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
eff42d1
feat(linter): add jsx support for only-used-in-recursion
no-yan Oct 27, 2024
b9a9738
chore(linter): simplify error handling for unreachable case
no-yan Nov 4, 2024
f31f790
style(linter): cargo fmt
no-yan Nov 4, 2024
fa0ae40
chore(linter): refine comments in `only_used_in_recursion` rule
no-yan Nov 4, 2024
8a709f5
chore(linter): clean up unreachable case
no-yan Nov 4, 2024
cac788d
chore(linter): add comment for spread attribute case
no-yan Nov 4, 2024
8009569
chore(linter): fix comment
no-yan Nov 4, 2024
b22a5dc
test: add passing (due to implementation limitations)
no-yan Nov 4, 2024
23a0533
chore(linter): clean up unused imports
no-yan Nov 5, 2024
916d272
Merge branch 'main' into feat/support-jsx-in-only-recursion
no-yan Nov 5, 2024
bb2dabf
refactor: update get_jsx_element to use direct reference_id retrieval
no-yan Nov 5, 2024
7cad64a
fix(linter): avoid `expect` by using .any() and iter_parents
no-yan Nov 7, 2024
18cfa66
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 7, 2024
e1f23ba
refactor(linter): use `iter_parents` to handle nodes directly
no-yan Nov 7, 2024
c9e1bb5
fix(linter): avoid `expect` by returning early
no-yan Nov 7, 2024
40475e1
Merge branch 'main' into feat/support-jsx-in-only-recursion
no-yan Nov 9, 2024
c42d5ed
chore: sync with main - rename ancestors and iter_parents
no-yan Nov 9, 2024
12b5aba
Merge branch 'main' into feat/support-jsx-in-only-recursion
no-yan Nov 9, 2024
be72243
refactor: use ancestor_kinds to iterate ancestor's node kind
no-yan Nov 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading