oxc/crates/oxc_resolver/src
IWANABETHATGUY 746f37a389
chore: 🤖 impl fileSystem for Arc<T> (#1166)
1. Impl `FileSystem` for `Arc<T>` when `T` satisfies `FileSystem`, it is
useful when the user wants to share the filesystem into multiple
threads.
2023-11-06 19:00:05 +08:00
..
tests chore: 🤖 remove generic in FileSystem trait (#1163) 2023-11-06 11:19:48 +08:00
builtins.rs feat(resolver): check for node.js core modules (#794) 2023-08-25 22:33:10 +08:00
cache.rs chore: 🤖 make FileSystem trait object safe (#1157) 2023-11-05 23:40:08 +08:00
error.rs feat(resolver): add TsconfigNotFound error (#905) 2023-09-13 16:36:59 +08:00
file_system.rs chore: 🤖 impl fileSystem for Arc<T> (#1166) 2023-11-06 19:00:05 +08:00
json_comments.rs chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
lib.rs chore: 🤖 make FileSystem trait object safe (#1157) 2023-11-05 23:40:08 +08:00
options.rs refactor(clippy): allow struct_excessive_bools 2023-10-16 15:18:07 +08:00
package_json.rs fix(resolver): do not resolve browser field that are strings (#816) 2023-08-30 14:00:59 +08:00
path.rs refactor(resolver): clean up some code and tests 2023-08-09 23:21:03 +08:00
resolution.rs Rust 1.72.0 (#784) 2023-08-24 23:02:19 +08:00
specifier.rs feat(resolver): handle path alias with # (#739) 2023-08-14 15:04:09 +08:00
tracing_subscriber.rs feat(resolver): add more tracing events to resolver (#907) 2023-09-14 15:34:51 +08:00
tsconfig.rs feat(resolver): configurable tsconfig project references (#965) 2023-10-08 19:18:10 +08:00