oxc/crates/oxc_resolver/src
2023-10-09 16:10:03 +08:00
..
tests fix(resolver): resolve tsconfig extend that are extensionless (#971) 2023-10-09 16:10:03 +08:00
builtins.rs feat(resolver): check for node.js core modules (#794) 2023-08-25 22:33:10 +08:00
cache.rs feat(resolver): add more tracing events to resolver (#907) 2023-09-14 15:34:51 +08:00
error.rs feat(resolver): add TsconfigNotFound error (#905) 2023-09-13 16:36:59 +08:00
file_system.rs perf(resolver): use system canonicalize to reduce total number of path hashes (#902) 2023-09-12 18:01:39 +08:00
json_comments.rs Rust 1.72.0 (#784) 2023-08-24 23:02:19 +08:00
lib.rs fix(resolver): resolve tsconfig extend that are extensionless (#971) 2023-10-09 16:10:03 +08:00
options.rs feat(resolver): configurable tsconfig project references (#965) 2023-10-08 19:18:10 +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