ide-assi 0.607.0 → 0.609.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
CHANGED
|
@@ -202623,10 +202623,12 @@ console.log(el, href, title);
|
|
|
202623
202623
|
controllerSrc = src.controller;
|
|
202624
202624
|
}
|
|
202625
202625
|
|
|
202626
|
+
console.log("=---------", src.javascriptFrom);
|
|
202627
|
+
|
|
202626
202628
|
let jsSrcFrom;
|
|
202627
202629
|
let jsSrcTo;
|
|
202628
202630
|
if (apply.javascript) {
|
|
202629
|
-
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "
|
|
202631
|
+
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
|
|
202630
202632
|
userPrompt: userPrompt,
|
|
202631
202633
|
mybatis: srcPath.mybatis,
|
|
202632
202634
|
originSrc: src.javascriptFrom,
|
|
@@ -202640,7 +202642,7 @@ console.log(el, href, title);
|
|
|
202640
202642
|
//this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
202641
202643
|
//progressMessageInstance.updateProgress('javascript', 'completed');
|
|
202642
202644
|
|
|
202643
|
-
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "
|
|
202645
|
+
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
|
|
202644
202646
|
userPrompt: userPrompt,
|
|
202645
202647
|
mybatis: srcPath.mybatis,
|
|
202646
202648
|
originSrc: src.javascriptTo,
|
|
@@ -202700,13 +202702,13 @@ console.log(el, href, title);
|
|
|
202700
202702
|
},
|
|
202701
202703
|
};
|
|
202702
202704
|
|
|
202703
|
-
console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
202705
|
+
//console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
202704
202706
|
|
|
202705
202707
|
if (apply.javascript) {
|
|
202706
202708
|
apply.javascript2 = true;
|
|
202707
202709
|
}
|
|
202708
202710
|
|
|
202709
|
-
console.log(apply);
|
|
202711
|
+
//console.log(apply);
|
|
202710
202712
|
|
|
202711
202713
|
for (const key in apply) {
|
|
202712
202714
|
if (apply[key]) {
|
|
@@ -236377,7 +236379,7 @@ class IdeDiff extends HTMLElement {
|
|
|
236377
236379
|
dmp.diff_cleanupSemantic(diffs);
|
|
236378
236380
|
dmp.diff_charsToLines_(diffs, lineArray);
|
|
236379
236381
|
|
|
236380
|
-
console.log("Calculated Diffs:", diffs);
|
|
236382
|
+
//console.log("Calculated Diffs:", diffs);
|
|
236381
236383
|
|
|
236382
236384
|
const asisLineBuilder = new RangeSetBuilder();
|
|
236383
236385
|
const tobeLineBuilder = new RangeSetBuilder();
|
|
@@ -236495,7 +236497,7 @@ class IdeDiff extends HTMLElement {
|
|
|
236495
236497
|
}
|
|
236496
236498
|
|
|
236497
236499
|
|
|
236498
|
-
console.log(src1, src2, language);
|
|
236500
|
+
//console.log(src1, src2, language);
|
|
236499
236501
|
|
|
236500
236502
|
this.#isScrollSyncActive = false;
|
|
236501
236503
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202619,10 +202619,12 @@ console.log(el, href, title);
|
|
|
202619
202619
|
controllerSrc = src.controller;
|
|
202620
202620
|
}
|
|
202621
202621
|
|
|
202622
|
+
console.log("=---------", src.javascriptFrom);
|
|
202623
|
+
|
|
202622
202624
|
let jsSrcFrom;
|
|
202623
202625
|
let jsSrcTo;
|
|
202624
202626
|
if (apply.javascript) {
|
|
202625
|
-
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "
|
|
202627
|
+
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
|
|
202626
202628
|
userPrompt: userPrompt,
|
|
202627
202629
|
mybatis: srcPath.mybatis,
|
|
202628
202630
|
originSrc: src.javascriptFrom,
|
|
@@ -202636,7 +202638,7 @@ console.log(el, href, title);
|
|
|
202636
202638
|
//this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
202637
202639
|
//progressMessageInstance.updateProgress('javascript', 'completed');
|
|
202638
202640
|
|
|
202639
|
-
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "
|
|
202641
|
+
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
|
|
202640
202642
|
userPrompt: userPrompt,
|
|
202641
202643
|
mybatis: srcPath.mybatis,
|
|
202642
202644
|
originSrc: src.javascriptTo,
|
|
@@ -202696,13 +202698,13 @@ console.log(el, href, title);
|
|
|
202696
202698
|
},
|
|
202697
202699
|
};
|
|
202698
202700
|
|
|
202699
|
-
console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
202701
|
+
//console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
202700
202702
|
|
|
202701
202703
|
if (apply.javascript) {
|
|
202702
202704
|
apply.javascript2 = true;
|
|
202703
202705
|
}
|
|
202704
202706
|
|
|
202705
|
-
console.log(apply);
|
|
202707
|
+
//console.log(apply);
|
|
202706
202708
|
|
|
202707
202709
|
for (const key in apply) {
|
|
202708
202710
|
if (apply[key]) {
|
|
@@ -236373,7 +236375,7 @@ class IdeDiff extends HTMLElement {
|
|
|
236373
236375
|
dmp.diff_cleanupSemantic(diffs);
|
|
236374
236376
|
dmp.diff_charsToLines_(diffs, lineArray);
|
|
236375
236377
|
|
|
236376
|
-
console.log("Calculated Diffs:", diffs);
|
|
236378
|
+
//console.log("Calculated Diffs:", diffs);
|
|
236377
236379
|
|
|
236378
236380
|
const asisLineBuilder = new RangeSetBuilder();
|
|
236379
236381
|
const tobeLineBuilder = new RangeSetBuilder();
|
|
@@ -236491,7 +236493,7 @@ class IdeDiff extends HTMLElement {
|
|
|
236491
236493
|
}
|
|
236492
236494
|
|
|
236493
236495
|
|
|
236494
|
-
console.log(src1, src2, language);
|
|
236496
|
+
//console.log(src1, src2, language);
|
|
236495
236497
|
|
|
236496
236498
|
this.#isScrollSyncActive = false;
|
|
236497
236499
|
|
package/dist/components/ideAi.js
CHANGED
|
@@ -753,10 +753,12 @@ console.log(el, href, title);
|
|
|
753
753
|
controllerSrc = src.controller;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
+
console.log("=---------", src.javascriptFrom);
|
|
757
|
+
|
|
756
758
|
let jsSrcFrom;
|
|
757
759
|
let jsSrcTo;
|
|
758
760
|
if (apply.javascript) {
|
|
759
|
-
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "
|
|
761
|
+
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
|
|
760
762
|
userPrompt: userPrompt,
|
|
761
763
|
mybatis: srcPath.mybatis,
|
|
762
764
|
originSrc: src.javascriptFrom,
|
|
@@ -770,7 +772,7 @@ console.log(el, href, title);
|
|
|
770
772
|
//this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
771
773
|
//progressMessageInstance.updateProgress('javascript', 'completed');
|
|
772
774
|
|
|
773
|
-
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "
|
|
775
|
+
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
|
|
774
776
|
userPrompt: userPrompt,
|
|
775
777
|
mybatis: srcPath.mybatis,
|
|
776
778
|
originSrc: src.javascriptTo,
|
|
@@ -830,13 +832,13 @@ console.log(el, href, title);
|
|
|
830
832
|
},
|
|
831
833
|
};
|
|
832
834
|
|
|
833
|
-
console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
835
|
+
//console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
834
836
|
|
|
835
837
|
if (apply.javascript) {
|
|
836
838
|
apply.javascript2 = true;
|
|
837
839
|
}
|
|
838
840
|
|
|
839
|
-
console.log(apply);
|
|
841
|
+
//console.log(apply);
|
|
840
842
|
|
|
841
843
|
for (const key in apply) {
|
|
842
844
|
if (apply[key]) {
|
|
@@ -351,7 +351,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
351
351
|
dmp.diff_cleanupSemantic(diffs);
|
|
352
352
|
dmp.diff_charsToLines_(diffs, lineArray);
|
|
353
353
|
|
|
354
|
-
console.log("Calculated Diffs:", diffs);
|
|
354
|
+
//console.log("Calculated Diffs:", diffs);
|
|
355
355
|
|
|
356
356
|
const asisLineBuilder = new RangeSetBuilder();
|
|
357
357
|
const tobeLineBuilder = new RangeSetBuilder();
|
|
@@ -469,7 +469,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
|
|
472
|
-
console.log(src1, src2, language);
|
|
472
|
+
//console.log(src1, src2, language);
|
|
473
473
|
|
|
474
474
|
this.#isScrollSyncActive = false;
|
|
475
475
|
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -753,10 +753,12 @@ console.log(el, href, title);
|
|
|
753
753
|
controllerSrc = src.controller;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
+
console.log("=---------", src.javascriptFrom);
|
|
757
|
+
|
|
756
758
|
let jsSrcFrom;
|
|
757
759
|
let jsSrcTo;
|
|
758
760
|
if (apply.javascript) {
|
|
759
|
-
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "
|
|
761
|
+
jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
|
|
760
762
|
userPrompt: userPrompt,
|
|
761
763
|
mybatis: srcPath.mybatis,
|
|
762
764
|
originSrc: src.javascriptFrom,
|
|
@@ -770,7 +772,7 @@ console.log(el, href, title);
|
|
|
770
772
|
//this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
771
773
|
//progressMessageInstance.updateProgress('javascript', 'completed');
|
|
772
774
|
|
|
773
|
-
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "
|
|
775
|
+
jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
|
|
774
776
|
userPrompt: userPrompt,
|
|
775
777
|
mybatis: srcPath.mybatis,
|
|
776
778
|
originSrc: src.javascriptTo,
|
|
@@ -830,13 +832,13 @@ console.log(el, href, title);
|
|
|
830
832
|
},
|
|
831
833
|
};
|
|
832
834
|
|
|
833
|
-
console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
835
|
+
//console.log(srcPath.javascriptToPullPath, jsSrcTo);
|
|
834
836
|
|
|
835
837
|
if (apply.javascript) {
|
|
836
838
|
apply.javascript2 = true;
|
|
837
839
|
}
|
|
838
840
|
|
|
839
|
-
console.log(apply);
|
|
841
|
+
//console.log(apply);
|
|
840
842
|
|
|
841
843
|
for (const key in apply) {
|
|
842
844
|
if (apply[key]) {
|
|
@@ -351,7 +351,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
351
351
|
dmp.diff_cleanupSemantic(diffs);
|
|
352
352
|
dmp.diff_charsToLines_(diffs, lineArray);
|
|
353
353
|
|
|
354
|
-
console.log("Calculated Diffs:", diffs);
|
|
354
|
+
//console.log("Calculated Diffs:", diffs);
|
|
355
355
|
|
|
356
356
|
const asisLineBuilder = new RangeSetBuilder();
|
|
357
357
|
const tobeLineBuilder = new RangeSetBuilder();
|
|
@@ -469,7 +469,7 @@ export class IdeDiff extends HTMLElement {
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
|
|
472
|
-
console.log(src1, src2, language);
|
|
472
|
+
//console.log(src1, src2, language);
|
|
473
473
|
|
|
474
474
|
this.#isScrollSyncActive = false;
|
|
475
475
|
|