Skip to content

Commit 2f08582

Browse files
committed
vendor oxc_allocator
1 parent c502bdc commit 2f08582

32 files changed

+9491
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ flamescope = "0.1.3"
2525
flate2 = "1.1.0"
2626
line-index = "0.1.2"
2727
oxc = "0.107.0"
28+
oxc_allocator = { "version" = "0.107.0", features = ["track_allocations"] }
2829
oxc_ast_visit = "0.107.0"
2930
oxc_ecmascript = "0.107.0"
3031
oxc_index = "4.1.0"
@@ -59,3 +60,6 @@ unnecessary_safety_comment = "deny"
5960

6061
missing_transmute_annotations = "allow"
6162
too_many_arguments = "allow"
63+
64+
[patch.crates-io]
65+
oxc_allocator = { path = "./oxc_allocator" }

oxc_allocator/.cargo-ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"v":1}

oxc_allocator/.cargo_vcs_info.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"git": {
3+
"sha1": "811b2a753c46f5af860633c3dbc0601ff926f03d"
4+
},
5+
"path_in_vcs": "crates/oxc_allocator"
6+
}

oxc_allocator/Cargo.lock

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

0 commit comments

Comments
 (0)