tree-shaker icon indicating copy to clipboard operation
tree-shaker copied to clipboard

implicit exceptions

Open kermanx opened this issue 1 year ago • 0 comments

For example:

try {
  1n + 1
}
catch (e) {
}

Rollup has an option for this: https://rollupjs.org/configuration-options/#treeshake-trycatchdeoptimization

kermanx avatar Oct 16 '24 12:10 kermanx