This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
babel/packages/babel-plugin-transform-function-name/test/fixtures/issues/5004/output.mjs

5 lines
67 B
JavaScript

export const x = ({
x
}) => x;
export const y = function y() {};