mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- as I've done in other places, simplify a condition by using optional chaining syntax (over the previously necessary syntax with `&&` etc) - also add a new line to the first `.map` here - for style consistency and because this is a super long line - this wasn't possible before the lodash refactor because it was all one big single statement in the chain