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 8d64805 commit 85fea3aCopy full SHA for 85fea3a
lib/compile-exports.js
@@ -18,7 +18,7 @@ module.exports = function compileExports(result, importItemMatcher, camelCaseKey
18
res.push("\t" + JSON.stringify(k) + ": " + valueAsString);
19
}
20
addEntry(key);
21
-
+
22
23
var targetKey;
24
if (camelCaseKeys === true) {
0 commit comments