They will still be visited if the arrow functions are transformed to regular functions. Fixes #5004
3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
export const x = ({x}) => x;
|
|
export const y = function () {};
|