Skip to content

Commit fdaa2d0

Browse files
committed
Edit docs: enhanced-resolve → oxc-resolver
1 parent efac577 commit fdaa2d0

File tree

1 file changed

+4
-4
lines changed
  • packages/docs/src/content/docs/reference

1 file changed

+4
-4
lines changed

packages/docs/src/content/docs/reference/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ seem to meet all requirements to be usable on its own by Knip:
217217
`module.js`
218218

219219
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
221221
customizations. This single custom module resolver function is hooked into the
222222
TypeScript 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

0 commit comments

Comments
 (0)