ide-assi 0.714.0 → 0.716.0
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/bundle.cjs.js +4 -3
- package/dist/bundle.esm.js +4 -3
- package/dist/components/ideAi.js +4 -3
- package/package.json +1 -1
- package/src/components/ideAi.js +4 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -202803,12 +202803,12 @@ class IdeAi
|
|
|
202803
202803
|
|
|
202804
202804
|
const src = await api.post("/api/source/read", srcPath);
|
|
202805
202805
|
console.log(src);
|
|
202806
|
-
|
|
202806
|
+
console.log(11111);
|
|
202807
202807
|
progressMessageInstance.updateProgress('prepare2', 'completed');
|
|
202808
202808
|
|
|
202809
|
-
|
|
202809
|
+
console.log(22222);
|
|
202810
202810
|
const columnInfo = await this.#getColumnInfo(where.table);
|
|
202811
|
-
|
|
202811
|
+
console.log(33333);
|
|
202812
202812
|
let generatedSource = {
|
|
202813
202813
|
mybatis: src.mybatis,
|
|
202814
202814
|
service: src.service,
|
|
@@ -202857,6 +202857,7 @@ class IdeAi
|
|
|
202857
202857
|
}
|
|
202858
202858
|
|
|
202859
202859
|
if (apply.javascript) {
|
|
202860
|
+
console.log(0);
|
|
202860
202861
|
|
|
202861
202862
|
const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
|
|
202862
202863
|
const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202799,12 +202799,12 @@ class IdeAi
|
|
|
202799
202799
|
|
|
202800
202800
|
const src = await api.post("/api/source/read", srcPath);
|
|
202801
202801
|
console.log(src);
|
|
202802
|
-
|
|
202802
|
+
console.log(11111);
|
|
202803
202803
|
progressMessageInstance.updateProgress('prepare2', 'completed');
|
|
202804
202804
|
|
|
202805
|
-
|
|
202805
|
+
console.log(22222);
|
|
202806
202806
|
const columnInfo = await this.#getColumnInfo(where.table);
|
|
202807
|
-
|
|
202807
|
+
console.log(33333);
|
|
202808
202808
|
let generatedSource = {
|
|
202809
202809
|
mybatis: src.mybatis,
|
|
202810
202810
|
service: src.service,
|
|
@@ -202853,6 +202853,7 @@ class IdeAi
|
|
|
202853
202853
|
}
|
|
202854
202854
|
|
|
202855
202855
|
if (apply.javascript) {
|
|
202856
|
+
console.log(0);
|
|
202856
202857
|
|
|
202857
202858
|
const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
|
|
202858
202859
|
const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
|
package/dist/components/ideAi.js
CHANGED
|
@@ -277,12 +277,12 @@ export class IdeAi
|
|
|
277
277
|
|
|
278
278
|
const src = await api.post("/api/source/read", srcPath);
|
|
279
279
|
console.log(src);
|
|
280
|
-
|
|
280
|
+
console.log(11111);
|
|
281
281
|
progressMessageInstance.updateProgress('prepare2', 'completed');
|
|
282
282
|
|
|
283
|
-
|
|
283
|
+
console.log(22222);
|
|
284
284
|
const columnInfo = await this.#getColumnInfo(where.table);
|
|
285
|
-
|
|
285
|
+
console.log(33333);
|
|
286
286
|
let generatedSource = {
|
|
287
287
|
mybatis: src.mybatis,
|
|
288
288
|
service: src.service,
|
|
@@ -331,6 +331,7 @@ export class IdeAi
|
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
if (apply.javascript) {
|
|
334
|
+
console.log(0);
|
|
334
335
|
|
|
335
336
|
const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
|
|
336
337
|
const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -277,12 +277,12 @@ export class IdeAi
|
|
|
277
277
|
|
|
278
278
|
const src = await api.post("/api/source/read", srcPath);
|
|
279
279
|
console.log(src);
|
|
280
|
-
|
|
280
|
+
console.log(11111);
|
|
281
281
|
progressMessageInstance.updateProgress('prepare2', 'completed');
|
|
282
282
|
|
|
283
|
-
|
|
283
|
+
console.log(22222);
|
|
284
284
|
const columnInfo = await this.#getColumnInfo(where.table);
|
|
285
|
-
|
|
285
|
+
console.log(33333);
|
|
286
286
|
let generatedSource = {
|
|
287
287
|
mybatis: src.mybatis,
|
|
288
288
|
service: src.service,
|
|
@@ -331,6 +331,7 @@ export class IdeAi
|
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
if (apply.javascript) {
|
|
334
|
+
console.log(0);
|
|
334
335
|
|
|
335
336
|
const mainfiles = this.prompt.react.filter(item => item.includes(".main.") || item.includes(".all."));
|
|
336
337
|
const subfiles = this.prompt.react.filter(item => item.includes(".sub.") || item.includes(".all."));
|