babel-plugin-onex-utils
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [0.2.3](https://github.com/unity-template/onex-utils-packages/compare/babel-plugin-onex-utils@0.2.2...babel-plugin-onex-utils@0.2.3) (2021-02-01) | ||
| ### Bug Fixes | ||
| * 🐛 variable is undefined(fixes [#10](https://github.com/unity-template/onex-utils-packages/issues/10)) ([a488b27](https://github.com/unity-template/onex-utils-packages/commit/a488b275d24e55735b01d0b945114347213fc0e6)) | ||
| ## [0.2.2](https://github.com/unity-template/onex-utils-packages/compare/babel-plugin-onex-utils@0.2.1...babel-plugin-onex-utils@0.2.2) (2021-02-01) | ||
@@ -8,0 +19,0 @@ |
@@ -9,10 +9,13 @@ "use strict"; | ||
| source = `${source}/build/utils/${imported}`; | ||
| return helper_module_imports_1.addNamespace(path, source, { | ||
| nameHint: local || imported, | ||
| }); | ||
| } | ||
| else { | ||
| source = `${source}/${imported}`; | ||
| return helper_module_imports_1.addDefault(path, source, { | ||
| nameHint: local || imported, | ||
| }); | ||
| } | ||
| return helper_module_imports_1.addNamespace(path, source, { | ||
| nameHint: local || imported, | ||
| }); | ||
| } | ||
| exports.AddDefaultImported = AddDefaultImported; |
+2
-2
| { | ||
| "name": "babel-plugin-onex-utils", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "> TODO: description", | ||
@@ -37,3 +37,3 @@ "author": "云墨 <lg208143@alibaba-inc.com>", | ||
| }, | ||
| "gitHead": "e3e6be732ea897b3ff8d44c82670bfefbfffbb02" | ||
| "gitHead": "4bfac32879b37b1ce9699ce17e66babeb18356c5" | ||
| } |
16651
3.25%288
1.05%