Skip to content

Commit 8253cba

Browse files
committed
docs(README): clarify algorithm specification
1 parent 007e080 commit 8253cba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121

2222
Rust port of [enhanced-resolve].
2323

24-
- released on [crates.io](https://crates.io/crates/oxc_resolver) and [npm](https://www.npmjs.com/package/oxc-resolver).
25-
- built-in [tsconfig-paths-webpack-plugin]
24+
- Released on [crates.io](https://crates.io/crates/oxc_resolver) and [npm](https://www.npmjs.com/package/oxc-resolver).
25+
- Implements the [ESM](https://nodejs.org/api/esm.html#resolution-algorithm) and [CommonJS](https://nodejs.org/api/modules.html#all-together) module resolution algorithm specification.
26+
- Built-in [tsconfig-paths-webpack-plugin]
2627
- support extending tsconfig defined in `tsconfig.extends`
2728
- support paths alias defined in `tsconfig.compilerOptions.paths`
2829
- support project references defined `tsconfig.references`
2930
- support [template variable ${configDir} for substitution of config files directory path](https://github.com/microsoft/TypeScript/pull/58042)
30-
- supports in-memory file system via the `FileSystem` trait
31-
- contains `tracing` instrumentation
31+
- Supports in-memory file system via the `FileSystem` trait.
32+
- Contains `tracing` instrumentation.
3233

3334
## Usage
3435

0 commit comments

Comments
 (0)