ide-assi 0.598.0 → 0.599.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.
@@ -202659,35 +202659,9 @@ console.log(el, href, title);
202659
202659
  progressMessageInstance.updateProgress('prepare1', 'completed');
202660
202660
 
202661
202661
 
202662
- /**
202663
- //active가 상세면
202664
- if (!apply.javascript) {
202665
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202666
- }
202667
- if (what === "1") {
202668
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
202669
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202670
- }
202671
- console.log("111111111")
202672
- //await this.#createSource(userPrompt, apply);
202673
- return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202674
- }
202675
- else if (what === "2") {
202676
- return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202677
- }
202662
+ console.log(what);
202678
202663
 
202679
202664
  return;
202680
- */
202681
-
202682
-
202683
- if (what === "1") {
202684
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202685
- //await this.#createSource(userPrompt, apply);
202686
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202687
- }
202688
- else if (what === "2") {
202689
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202690
- }
202691
202665
  }
202692
202666
 
202693
202667
 
@@ -202655,35 +202655,9 @@ console.log(el, href, title);
202655
202655
  progressMessageInstance.updateProgress('prepare1', 'completed');
202656
202656
 
202657
202657
 
202658
- /**
202659
- //active가 상세면
202660
- if (!apply.javascript) {
202661
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202662
- }
202663
- if (what === "1") {
202664
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
202665
- //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
202666
- }
202667
- console.log("111111111")
202668
- //await this.#createSource(userPrompt, apply);
202669
- return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202670
- }
202671
- else if (what === "2") {
202672
- return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202673
- }
202658
+ console.log(what);
202674
202659
 
202675
202660
  return;
202676
- */
202677
-
202678
-
202679
- if (what === "1") {
202680
- if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202681
- //await this.#createSource(userPrompt, apply);
202682
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202683
- }
202684
- else if (what === "2") {
202685
- return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202686
- }
202687
202661
  }
202688
202662
 
202689
202663
 
@@ -789,6 +789,11 @@ console.log(el, href, title);
789
789
  progressMessageInstance.updateProgress('prepare1', 'completed');
790
790
 
791
791
 
792
+ console.log(what);
793
+
794
+ return;
795
+
796
+
792
797
  /**
793
798
  //active가 상세면
794
799
  if (!apply.javascript) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.598.0",
4
+ "version": "0.599.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -789,6 +789,11 @@ console.log(el, href, title);
789
789
  progressMessageInstance.updateProgress('prepare1', 'completed');
790
790
 
791
791
 
792
+ console.log(what);
793
+
794
+ return;
795
+
796
+
792
797
  /**
793
798
  //active가 상세면
794
799
  if (!apply.javascript) {