swc_ecma_compat_bugfixes

Function edge_default_param

source
pub fn edge_default_param() -> impl Pass
Expand description

A bugfix pass for Edge.

Converts destructured parameters with default values to non-shorthand syntax. This fixes the only arguments-related bug in ES Modules-supporting browsers (Edge 16 & 17). Use this plugin instead of @babel/plugin-transform-parameters when targeting ES Modules.