You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@
21
21
22
22
Rust port of [enhanced-resolve].
23
23
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]
26
27
- support extending tsconfig defined in `tsconfig.extends`
27
28
- support paths alias defined in `tsconfig.compilerOptions.paths`
28
29
- support project references defined `tsconfig.references`
29
30
- 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.
0 commit comments