Skip to content

Commit ec98154

Browse files
committed
chore: document release channels (crates.io + npm)
closes #185
1 parent f953388 commit ec98154

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
Rust 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`

npm/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
//!

0 commit comments

Comments
 (0)