@vocab/webpack 0.0.0-cjs-exports-20230421064630 → 0.0.0-cjs-exports-20230421065519
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.
|
@@ -115,7 +115,7 @@ async function vocabLoader(source) {
|
|
|
115
115
|
if (esmExports.length > 0) {
|
|
116
116
|
const exportName = esmExports[0];
|
|
117
117
|
result = /* ts */`
|
|
118
|
-
import { createLanguage, createTranslationFile } from '@vocab/webpack/${target}
|
|
118
|
+
import { createLanguage, createTranslationFile } from '@vocab/webpack/${target}';
|
|
119
119
|
${translations}
|
|
120
120
|
export { translations as ${exportName} };
|
|
121
121
|
`;
|
|
@@ -115,7 +115,7 @@ async function vocabLoader(source) {
|
|
|
115
115
|
if (esmExports.length > 0) {
|
|
116
116
|
const exportName = esmExports[0];
|
|
117
117
|
result = /* ts */`
|
|
118
|
-
import { createLanguage, createTranslationFile } from '@vocab/webpack/${target}
|
|
118
|
+
import { createLanguage, createTranslationFile } from '@vocab/webpack/${target}';
|
|
119
119
|
${translations}
|
|
120
120
|
export { translations as ${exportName} };
|
|
121
121
|
`;
|
|
@@ -87,7 +87,7 @@ async function vocabLoader(source) {
|
|
|
87
87
|
if (esmExports.length > 0) {
|
|
88
88
|
const exportName = esmExports[0];
|
|
89
89
|
result = /* ts */`
|
|
90
|
-
import { createLanguage, createTranslationFile } from '@vocab/webpack/${target}
|
|
90
|
+
import { createLanguage, createTranslationFile } from '@vocab/webpack/${target}';
|
|
91
91
|
${translations}
|
|
92
92
|
export { translations as ${exportName} };
|
|
93
93
|
`;
|