@ailaw/venus 0.13.5 → 0.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tr.js +1522 -0
- package/dist/tr2.js +2706 -0
- package/dist/tr3.js +924 -0
- package/dist/venus.es.js +6 -0
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -816,6 +816,12 @@ function __variableDynamicImportRuntime0__(path2) {
|
|
|
816
816
|
return import("./ru2.js");
|
|
817
817
|
case "../languages/ru3.ts":
|
|
818
818
|
return import("./ru3.js");
|
|
819
|
+
case "../languages/tr.ts":
|
|
820
|
+
return import("./tr.js");
|
|
821
|
+
case "../languages/tr2.ts":
|
|
822
|
+
return import("./tr2.js");
|
|
823
|
+
case "../languages/tr3.ts":
|
|
824
|
+
return import("./tr3.js");
|
|
819
825
|
default:
|
|
820
826
|
return new Promise(function(resolve, reject) {
|
|
821
827
|
(typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(reject.bind(null, new Error("Unknown variable dynamic import: " + path2)));
|