We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8960114 commit d10fb70Copy full SHA for d10fb70
1 file changed
test/demo/src/index.js
@@ -2,4 +2,8 @@ import { two } from './two';
2
3
export default async function(...args) {
4
return [await two(...args), await two(...args)];
5
-}
+}
6
+
7
+// function one() { return 'one'; }
8
+// export default { one, two };
9
+// export { one, two };
0 commit comments