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:
217
217
` module.js`
218
218
219
219
A 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
221
221
customizations. This single custom module resolver function is hooked into the
222
222
TypeScript compiler and language service hosts.
223
223
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.
226
226
227
227
# ## How does Knip handle non-standard import syntax?
228
228
@@ -428,7 +428,7 @@ require more development efforts and maintenance. Time is limited and
428
428
[6] : # module-resolution
429
429
[7] : ../features/script-parser.md
430
430
[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
432
432
[10] : ../guides/performance.md#workspace-sharing
433
433
[11] : # whats-the-difference-between-workspaces-projects-and-programs
434
434
[12] : # why-doesnt-knip-match-my-typescript-project-structure
You can’t perform that action at this time.
0 commit comments