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 b19934a commit 1f9e9aeCopy full SHA for 1f9e9ae
tests/baselines/reference/usedImportNotElidedInJs.js
@@ -0,0 +1,10 @@
1
+//// [test.js]
2
+import * as moment from 'moment';
3
+import rollupMoment__default from 'moment';
4
+export const moment = rollupMoment__default || moment;
5
+
6
7
8
9
10
0 commit comments