We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa0fa8 commit d56f365Copy full SHA for d56f365
test/unit-tests/id-consistency/test-src/entry.js
@@ -1,4 +1,5 @@
1
-import * as path from 'path' // test external modules
+// test external modules
2
+import * as path from 'path'
3
import { named, proxiedDefault } from './proxy-export'
4
5
// just some random code to use the imports
0 commit comments