Skip to content

Commit

Permalink
fix: #3227 generated bundle containing catch blocks without parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 28, 2024
1 parent 3d98438 commit d8cc47a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
],
"plugins": [
"@babel/plugin-transform-object-assign",
"@babel/plugin-transform-optional-catch-binding",
"@babel/plugin-transform-runtime"
],
"ignore": [
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# unpublished changes since 13.0.0

- Fix: #3227 generated bundle containing `catch` blocks without parameters.
- Fix an error in the type definitions of `quantileSeq` (#3223).
Thanks @domdomegg.

Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-transform-object-assign": "7.24.6",
"@babel/plugin-transform-optional-catch-binding": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/register": "7.24.6",
Expand Down Expand Up @@ -166,4 +167,4 @@
"url": "https://github.com/josdejong/mathjs/issues"
},
"sideEffects": false
}
}

0 comments on commit d8cc47a

Please sign in to comment.