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