Skip to content

Commit a417ff4

Browse files
authoredJul 19, 2024··
feat(allocator): Add maybe types (#9278)
1 parent 201f58d commit a417ff4

File tree

226 files changed

+821
-778
lines changed

Some content is hidden

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

226 files changed

+821
-778
lines changed
 

‎Cargo.lock

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bindings/binding_core_node/src/bundle.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl Task for BundleTask {
6363
.map(JsWord::from)
6464
.collect::<Vec<_>>()
6565
} else {
66-
vec![]
66+
Vec::new()
6767
};
6868

6969
// Defaults to es3

0 commit comments

Comments
 (0)
Please sign in to comment.