Skip to content

Commit 9daf614

Browse files
committed
sourcemap
1 parent 97ef50d commit 9daf614

38 files changed

+4397
-986
lines changed

Cargo.lock

Lines changed: 1 addition & 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ oxc_ast = { workspace = true }
2020
oxc_diagnostics = { workspace = true }
2121
oxc_parser = { workspace = true }
2222
oxc_span = { workspace = true }
23+
oxc_sourcemap = { workspace = true }
2324
miette = { workspace = true }
2425
rustc-hash = { workspace = true }
2526
lazy-regex = { workspace = true }

crates/oxc_angular_compiler/src/component/definition.rs

Lines changed: 1179 additions & 125 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)