Skip to content

Commit

Permalink
Merge branch 'main' into fix-semantic-lifetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel authored Jan 15, 2025
2 parents 1dc56bd + 04bc259 commit 1684b92
Show file tree
Hide file tree
Showing 198 changed files with 18,243 additions and 15,432 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
"rust-lang.rust-analyzer",
"EditorConfig.EditorConfig",
"tamasfe.even-better-toml",
"eamodio.gitlens"
]
}
},
Expand Down
3 changes: 0 additions & 3 deletions .github/.generated_ast_watch_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ src:
- 'crates/oxc_ast/src/generated/derive_content_eq.rs'
- 'crates/oxc_regular_expression/src/generated/derive_content_eq.rs'
- 'crates/oxc_syntax/src/generated/derive_content_eq.rs'
- 'crates/oxc_ast/src/generated/derive_content_hash.rs'
- 'crates/oxc_regular_expression/src/generated/derive_content_hash.rs'
- 'crates/oxc_syntax/src/generated/derive_content_hash.rs'
- 'crates/oxc_ast/src/generated/derive_estree.rs'
- 'crates/oxc_regular_expression/src/generated/derive_estree.rs'
- 'crates/oxc_span/src/generated/derive_estree.rs'
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/clone-submodules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
show-progress: false
repository: babel/babel
path: tasks/coverage/babel
ref: 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
ref: acbc09a87016778c1551ab5e7162fdd0e70b6663

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extend-exclude = [
"tasks/transform_conformance/overrides",
"tasks/transform_conformance/snapshots",
"npm/oxc-wasm/oxc_wasm.js",
"napi/minify/test/terser.test.ts",
]

[default]
Expand Down
76 changes: 45 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1684b92

Please sign in to comment.