feat: add type-aware class-member proof of concept#1943
Open
BartWaardenburg wants to merge 21 commits into
Open
feat: add type-aware class-member proof of concept#1943BartWaardenburg wants to merge 21 commits into
BartWaardenburg wants to merge 21 commits into
Conversation
BartWaardenburg
force-pushed
the
feat/type-aware-class-members-poc
branch
4 times, most recently
from
July 22, 2026 14:51
96b98e8 to
957feb6
Compare
BartWaardenburg
force-pushed
the
feat/type-aware-class-members-poc
branch
from
July 22, 2026 16:11
957feb6 to
e07dfab
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
…-members-poc # Conflicts: # crates/napi/package-lock.json # crates/napi/package.json
# Conflicts: # .claude/rules/detection.md # .claude/rules/mcp-server.md # .github/workflows/ci.yml # CHANGELOG.md # Cargo.toml # crates/napi/package-lock.json # crates/napi/package.json # npm/fallow/package.json # npm/fallow/skills/fallow/SKILL.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dead-code --type-awarerefinement for unused class members_meta.type_awareThe design follows the architecture validated by Oxc's stable type-aware linting release: the Rust analyzer keeps its existing responsibilities while a separate semantic engine builds TypeScript programs and answers narrow type queries.
Result
usedanddeadsyntactically, then onlydeadwith--type-awareNodePool.clearcandidateSafety
Verification
Scope
This is a proof of concept. Production packaging, persistent semantic caching, MCP and editor integration, and additional type-aware issue families remain separate product decisions.