Skip to content

Safe array cast

Raphaël Droz requested to merge drzraf/babel-preset-php:safe-array-cast into master

Transpiling (array)($expr) by Array.from(expr) is not safe if expr is null or undefined.

Use the || binary operator as a safe fallback

Merge request reports

Loading