File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2323
2424Rust port of [ enhanced-resolve] .
2525
26+ * released on [ crates.io] ( https://crates.io/crates/oxc_resolver ) and [ npm] ( https://www.npmjs.com/package/oxc-resolver ) .
2627* built-in [ tsconfig-paths-webpack-plugin]
2728 * support extending tsconfig defined in ` tsconfig.extends `
2829 * support paths alias defined in ` tsconfig.compilerOptions.paths `
Original file line number Diff line number Diff line change 1- # The JavaScript Oxidation Compiler
1+ # Oxc Resolver Napi Binding
22
3- See index.d.ts for ` resolveSync ` and ` ResolverFactory ` API.
3+ See
4+
5+ * index.d.ts for ` resolveSync ` and ` ResolverFactory ` API.
6+ * [ README.md] ( https://github.com/oxc-project/oxc-resolver?tab=readme-ov-file#oxc-resolver ) for options.
47
58## ESM
69
Original file line number Diff line number Diff line change 22//!
33//! Node.js [CommonJS][cjs] and [ECMAScript][esm] Module Resolution.
44//!
5+ //! Released on [crates.io](https://crates.io/crates/oxc_resolver) and [npm](https://www.npmjs.com/package/oxc-resolver).
6+ //!
57//! A module resolution is the process of finding the file referenced by a module specifier in
68//! `import "specifier"` or `require("specifier")`.
79//!
You can’t perform that action at this time.
0 commit comments