Skip to content

Commit

Permalink
Merge branch 'main' into issue-8484
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot authored Jan 9, 2024
2 parents aa0dede + a73ddc2 commit 06ae384
Show file tree
Hide file tree
Showing 265 changed files with 3,355 additions and 2,307 deletions.
5 changes: 2 additions & 3 deletions .kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ version = 1
do_not_merge = true

[update]
autoupdate_label = "S-approved"
require_automerge_label = false
require_automerge_label = true

# I want to use auto-merge feature of github
[approve]
auto_approve_usernames = []
auto_approve_usernames = ["kdy1"]
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These macro breaks macro hygiene.

### [`/crates/swc_atoms`](crates/swc_atoms)

Handle string interning for the SWC project. The crate depends on [string_cache](https://github.com/servo/string-cache) from servo.
Handle string interning for the SWC project. The crate depends on [hstr](https://github.com/dudykr/ddbase).

### [`/crates/swc_common`](crates/swc_common)

Expand Down
1,150 changes: 787 additions & 363 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 06ae384

Please sign in to comment.