ide-assi 0.232.0 → 0.235.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 +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/components/ideAi.js +2 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -193848,6 +193848,8 @@ class IdeAi
|
|
|
193848
193848
|
});
|
|
193849
193849
|
this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
193850
193850
|
|
|
193851
|
+
console.log(src.javascript);
|
|
193852
|
+
|
|
193851
193853
|
await this.#generateRealFile(srcPath);
|
|
193852
193854
|
};
|
|
193853
193855
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193844,6 +193844,8 @@ class IdeAi
|
|
|
193844
193844
|
});
|
|
193845
193845
|
this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
193846
193846
|
|
|
193847
|
+
console.log(src.javascript);
|
|
193848
|
+
|
|
193847
193849
|
await this.#generateRealFile(srcPath);
|
|
193848
193850
|
};
|
|
193849
193851
|
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED