tree-shaker
tree-shaker copied to clipboard
implicit exceptions
For example:
try {
1n + 1
}
catch (e) {
}
Rollup has an option for this: https://rollupjs.org/configuration-options/#treeshake-trycatchdeoptimization