Skip to content

Commit

Permalink
chore(deps): upgrade miette 7.2.0 to 7.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Dec 27, 2024
1 parent fdb2868 commit 6d7df06
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
30 changes: 20 additions & 10 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Rspack compiled successfully (6f7f39d3a0485d93)
exports[`statsOutput statsOutput/builtin-swc-loader-parse-error should print correct stats for 1`] = `
ERROR in ./index.ts
Γ— Module build failed:
β”œβ”€β–Ά Γ— x Expected '{', got 'error'
β”œβ”€β–Ά Γ—
β”‚ β”‚ x Expected '{', got 'error'
β”‚ β”‚ ,-[<TEST_TOOLS_ROOT>/tests/statsOutputCases/builtin-swc-loader-parse-error/index.ts<LINE_COL>]
β”‚ β”‚ 1 | export error;
β”‚ β”‚ : ^^^^^
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ERROR in ./index.tsx
Γ— Module build failed:
β”œβ”€β–Ά Γ— x Expected a semicolon
β”œβ”€β–Ά Γ—
β”‚ β”‚ x Expected a semicolon
β”‚ β”‚ ,-[<TEST_TOOLS_ROOT>/tests/diagnosticsCases/builtins/recoverable_syntax_error/index.tsx<LINE_COL>]
β”‚ β”‚ 1 | let c = <test>() => {}</test>;
β”‚ β”‚ : ^
β”‚ β”‚ `----
β”‚ β”‚
β”‚ β”‚ x Expression expected
β”‚ β”‚ ,-[<TEST_TOOLS_ROOT>/tests/diagnosticsCases/builtins/recoverable_syntax_error/index.tsx<LINE_COL>]
β”‚ β”‚ 1 | let c = <test>() => {}</test>;
Expand Down

0 comments on commit 6d7df06

Please sign in to comment.