ide-assi 0.607.0 → 0.608.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.
@@ -202626,7 +202626,7 @@ console.log(el, href, title);
202626
202626
  let jsSrcFrom;
202627
202627
  let jsSrcTo;
202628
202628
  if (apply.javascript) {
202629
- jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "react.jsx", {
202629
+ jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
202630
202630
  userPrompt: userPrompt,
202631
202631
  mybatis: srcPath.mybatis,
202632
202632
  originSrc: src.javascriptFrom,
@@ -202640,7 +202640,7 @@ console.log(el, href, title);
202640
202640
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
202641
202641
  //progressMessageInstance.updateProgress('javascript', 'completed');
202642
202642
 
202643
- jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "react2.jsx", {
202643
+ jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
202644
202644
  userPrompt: userPrompt,
202645
202645
  mybatis: srcPath.mybatis,
202646
202646
  originSrc: src.javascriptTo,
@@ -236377,7 +236377,7 @@ class IdeDiff extends HTMLElement {
236377
236377
  dmp.diff_cleanupSemantic(diffs);
236378
236378
  dmp.diff_charsToLines_(diffs, lineArray);
236379
236379
 
236380
- console.log("Calculated Diffs:", diffs);
236380
+ //console.log("Calculated Diffs:", diffs);
236381
236381
 
236382
236382
  const asisLineBuilder = new RangeSetBuilder();
236383
236383
  const tobeLineBuilder = new RangeSetBuilder();
@@ -236495,7 +236495,7 @@ class IdeDiff extends HTMLElement {
236495
236495
  }
236496
236496
 
236497
236497
 
236498
- console.log(src1, src2, language);
236498
+ //console.log(src1, src2, language);
236499
236499
 
236500
236500
  this.#isScrollSyncActive = false;
236501
236501
 
@@ -202622,7 +202622,7 @@ console.log(el, href, title);
202622
202622
  let jsSrcFrom;
202623
202623
  let jsSrcTo;
202624
202624
  if (apply.javascript) {
202625
- jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "react.jsx", {
202625
+ jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
202626
202626
  userPrompt: userPrompt,
202627
202627
  mybatis: srcPath.mybatis,
202628
202628
  originSrc: src.javascriptFrom,
@@ -202636,7 +202636,7 @@ console.log(el, href, title);
202636
202636
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
202637
202637
  //progressMessageInstance.updateProgress('javascript', 'completed');
202638
202638
 
202639
- jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "react2.jsx", {
202639
+ jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
202640
202640
  userPrompt: userPrompt,
202641
202641
  mybatis: srcPath.mybatis,
202642
202642
  originSrc: src.javascriptTo,
@@ -236373,7 +236373,7 @@ class IdeDiff extends HTMLElement {
236373
236373
  dmp.diff_cleanupSemantic(diffs);
236374
236374
  dmp.diff_charsToLines_(diffs, lineArray);
236375
236375
 
236376
- console.log("Calculated Diffs:", diffs);
236376
+ //console.log("Calculated Diffs:", diffs);
236377
236377
 
236378
236378
  const asisLineBuilder = new RangeSetBuilder();
236379
236379
  const tobeLineBuilder = new RangeSetBuilder();
@@ -236491,7 +236491,7 @@ class IdeDiff extends HTMLElement {
236491
236491
  }
236492
236492
 
236493
236493
 
236494
- console.log(src1, src2, language);
236494
+ //console.log(src1, src2, language);
236495
236495
 
236496
236496
  this.#isScrollSyncActive = false;
236497
236497
 
@@ -756,7 +756,7 @@ console.log(el, href, title);
756
756
  let jsSrcFrom;
757
757
  let jsSrcTo;
758
758
  if (apply.javascript) {
759
- jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "react.jsx", {
759
+ jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
760
760
  userPrompt: userPrompt,
761
761
  mybatis: srcPath.mybatis,
762
762
  originSrc: src.javascriptFrom,
@@ -770,7 +770,7 @@ console.log(el, href, title);
770
770
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
771
771
  //progressMessageInstance.updateProgress('javascript', 'completed');
772
772
 
773
- jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "react2.jsx", {
773
+ jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
774
774
  userPrompt: userPrompt,
775
775
  mybatis: srcPath.mybatis,
776
776
  originSrc: src.javascriptTo,
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.607.0",
4
+ "version": "0.608.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -756,7 +756,7 @@ console.log(el, href, title);
756
756
  let jsSrcFrom;
757
757
  let jsSrcTo;
758
758
  if (apply.javascript) {
759
- jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "react.jsx", {
759
+ jsSrcFrom = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Link.txt", "reactFrom.jsx", {
760
760
  userPrompt: userPrompt,
761
761
  mybatis: srcPath.mybatis,
762
762
  originSrc: src.javascriptFrom,
@@ -770,7 +770,7 @@ console.log(el, href, title);
770
770
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
771
771
  //progressMessageInstance.updateProgress('javascript', 'completed');
772
772
 
773
- jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "react2.jsx", {
773
+ jsSrcTo = await this.#generateTmplFile("/prompts/meta/detail/4.BuildReactJsx_Detail.txt", "reactTo.jsx", {
774
774
  userPrompt: userPrompt,
775
775
  mybatis: srcPath.mybatis,
776
776
  originSrc: src.javascriptTo,
@@ -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