Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codegen): fix arithmetic overflow printing unspanned `NewExpressi…
…on` (#7289) `self.span.end - 1` overflows if the `NewExpression` is generated in transformer and has no span, so `self.span.end == 0`.
- Loading branch information