We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5951545 commit 65453baCopy full SHA for 65453ba
test/src/worker.js
@@ -10,6 +10,4 @@ export function throwError() {
10
throw new Error('Error in worker.js');
11
}
12
13
-export function bar(a, b) {
14
- return `${a} [bar:${otherBar}] ${b}`;
15
-}
+export const bar = (a, b) => `${a} [bar:${otherBar}] ${b}`;
0 commit comments