@open-norantec/herbal 1.0.2-alpha.12 → 1.0.2-alpha.13
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.
|
@@ -128,6 +128,7 @@ var ClientUtil = (function () {
|
|
|
128
128
|
'.node': 'base64',
|
|
129
129
|
},
|
|
130
130
|
logLevel: 'silent',
|
|
131
|
+
packages: 'external',
|
|
131
132
|
format: 'cjs',
|
|
132
133
|
write: false,
|
|
133
134
|
plugins: [
|
|
@@ -271,6 +272,7 @@ var ClientUtil = (function () {
|
|
|
271
272
|
(_d = this.onLog) === null || _d === void 0 ? void 0 : _d.call(this, 'error', "Failed to load client code: ".concat(error.message));
|
|
272
273
|
}
|
|
273
274
|
}
|
|
275
|
+
console.log('LENCONDA:test', client instanceof create_1.Client);
|
|
274
276
|
if (!(typeof (client === null || client === void 0 ? void 0 : client.generateClientSourceFile) === 'function')) {
|
|
275
277
|
(_e = this.onLog) === null || _e === void 0 ? void 0 : _e.call(this, 'error', 'Failed to load client code');
|
|
276
278
|
return [2];
|