File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/docs/src/content/docs/reference Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,12 +217,12 @@ seem to meet all requirements to be usable on its own by Knip:
217217 ` module.js`
218218
219219A few strategies have been tried and tweaked, and Knip currently uses a
220- combination of [enhanced-resolve ][9], the TypeScript module resolver and a few
220+ combination of [oxc-resolver ][9], the TypeScript module resolver and a few
221221customizations. This single custom module resolver function is hooked into the
222222TypeScript compiler and language service hosts.
223223
224- Everything else is handled by `enhanced-resolve ` for things like [script
225- parsing][7] and resolving references to files in other workspaces.
224+ Everything else is handled by `oxc-resolver ` for things like [script parsing][7]
225+ and resolving references to files in other workspaces.
226226
227227# ## How does Knip handle non-standard import syntax?
228228
@@ -428,7 +428,7 @@ require more development efforts and maintenance. Time is limited and
428428[6] : # module-resolution
429429[7] : ../features/script-parser.md
430430[8] : ../guides/handling-issues.mdx#types-packages
431- [9] : https://www.npmjs.com/package/enhanced-resolve
431+ [9] : https://oxc.rs/docs/guide/usage/resolver.html
432432[10] : ../guides/performance.md#workspace-sharing
433433[11] : # whats-the-difference-between-workspaces-projects-and-programs
434434[12] : # why-doesnt-knip-match-my-typescript-project-structure
You can’t perform that action at this time.
0 commit comments