Skip to content

Fix TypeScript import resolver#17

Merged
indrazm merged 1 commit into
mainfrom
fix/ts-import-resolver
Jun 12, 2026
Merged

Fix TypeScript import resolver#17
indrazm merged 1 commit into
mainfrom
fix/ts-import-resolver

Conversation

@indrazm

@indrazm indrazm commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • resolve TypeScript source files from ESM runtime specifiers like .js/.jsx/.mjs/.cjs
  • strip local import query/hash suffixes so Vite imports like styles.css?url resolve
  • recognize .cts files and add regression coverage for the false positives

Validation

  • cargo fmt --check
  • cargo test
  • cargo clippy --all-targets --all-features -- -D warnings
  • validated against /Volumes/indrazm/devscale/platform-vx with a temp graph; known false-positive unresolved imports no longer appear

@indrazm indrazm merged commit fa24ee7 into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant