Skip to content

Commit 6b98f64

Browse files
committed
save
1 parent aa48cc2 commit 6b98f64

108 files changed

Lines changed: 3996 additions & 1858 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 605 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_angular_compiler/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ miette = { workspace = true }
2626
rustc-hash = { workspace = true }
2727
lazy-regex = { workspace = true }
2828
indexmap = { workspace = true }
29+
oxc_resolver = { version = "11", optional = true }
30+
31+
[features]
32+
default = []
33+
cross_file_elision = ["oxc_resolver"]
2934

3035
[dev-dependencies]
3136
insta = { workspace = true, features = ["glob"] }
37+
tempfile = "3"
3238

3339
[lints]
3440
workspace = true

0 commit comments

Comments
 (0)