ide-assi 0.514.0 → 0.516.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
|
@@ -202247,6 +202247,8 @@ class IdeAi
|
|
|
202247
202247
|
const href = el.getAttribute("href");
|
|
202248
202248
|
const title = el.getAttribute("title");
|
|
202249
202249
|
|
|
202250
|
+
console.log(el, href, title);
|
|
202251
|
+
|
|
202250
202252
|
const srcPath = this.#getSourcePath(href);
|
|
202251
202253
|
console.log(srcPath);
|
|
202252
202254
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202243,6 +202243,8 @@ class IdeAi
|
|
|
202243
202243
|
const href = el.getAttribute("href");
|
|
202244
202244
|
const title = el.getAttribute("title");
|
|
202245
202245
|
|
|
202246
|
+
console.log(el, href, title);
|
|
202247
|
+
|
|
202246
202248
|
const srcPath = this.#getSourcePath(href);
|
|
202247
202249
|
console.log(srcPath);
|
|
202248
202250
|
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED