ide-assi 0.596.0 → 0.597.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.
@@ -202658,16 +202658,12 @@ console.log(el, href, title);
202658
202658
  //this.#parent.addMessage("명령을 이해했습니다.");
202659
202659
  progressMessageInstance.updateProgress('prepare1', 'completed');
202660
202660
 
202661
- /**
202661
+
202662
202662
  //active가 상세면
202663
- if (!apply.javascript) {
202664
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202665
- }
202663
+ if (!apply.javascript) ;
202666
202664
  if (what === "1") {
202667
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
202668
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202669
- }
202670
- console.log("111111111")
202665
+ if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202666
+ console.log("111111111");
202671
202667
  //await this.#createSource(userPrompt, apply);
202672
202668
  return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202673
202669
  }
@@ -202676,16 +202672,6 @@ console.log(el, href, title);
202676
202672
  }
202677
202673
 
202678
202674
  return;
202679
- */
202680
-
202681
- if (what === "1") {
202682
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202683
- //await this.#createSource(userPrompt, apply);
202684
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202685
- }
202686
- else if (what === "2") {
202687
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202688
- }
202689
202675
  }
202690
202676
 
202691
202677
 
@@ -202654,16 +202654,12 @@ console.log(el, href, title);
202654
202654
  //this.#parent.addMessage("명령을 이해했습니다.");
202655
202655
  progressMessageInstance.updateProgress('prepare1', 'completed');
202656
202656
 
202657
- /**
202657
+
202658
202658
  //active가 상세면
202659
- if (!apply.javascript) {
202660
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202661
- }
202659
+ if (!apply.javascript) ;
202662
202660
  if (what === "1") {
202663
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
202664
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202665
- }
202666
- console.log("111111111")
202661
+ if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202662
+ console.log("111111111");
202667
202663
  //await this.#createSource(userPrompt, apply);
202668
202664
  return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202669
202665
  }
@@ -202672,16 +202668,6 @@ console.log(el, href, title);
202672
202668
  }
202673
202669
 
202674
202670
  return;
202675
- */
202676
-
202677
- if (what === "1") {
202678
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202679
- //await this.#createSource(userPrompt, apply);
202680
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202681
- }
202682
- else if (what === "2") {
202683
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202684
- }
202685
202671
  }
202686
202672
 
202687
202673
 
@@ -788,7 +788,7 @@ console.log(el, href, title);
788
788
  //this.#parent.addMessage("명령을 이해했습니다.");
789
789
  progressMessageInstance.updateProgress('prepare1', 'completed');
790
790
 
791
- /**
791
+
792
792
  //active가 상세면
793
793
  if (!apply.javascript) {
794
794
  //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
@@ -806,7 +806,7 @@ console.log(el, href, title);
806
806
  }
807
807
 
808
808
  return;
809
- */
809
+
810
810
 
811
811
  if (what === "1") {
812
812
  if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.596.0",
4
+ "version": "0.597.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -788,7 +788,7 @@ console.log(el, href, title);
788
788
  //this.#parent.addMessage("명령을 이해했습니다.");
789
789
  progressMessageInstance.updateProgress('prepare1', 'completed');
790
790
 
791
- /**
791
+
792
792
  //active가 상세면
793
793
  if (!apply.javascript) {
794
794
  //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
@@ -806,7 +806,7 @@ console.log(el, href, title);
806
806
  }
807
807
 
808
808
  return;
809
- */
809
+
810
810
 
811
811
  if (what === "1") {
812
812
  if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {