Browse Source

`=>` -> `function`

gh-335
Oskar Segersvärd 9 years ago
parent
commit
7c2b7b1ae6
  1. 2
      test/function/resolves-namespace-default/mod.js

2
test/function/resolves-namespace-default/mod.js

@ -1 +1 @@
export default () => 42;
export default function () { return 42; }

Loading…
Cancel
Save