ide-assi 0.220.0 → 0.222.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 +3 -3
- package/dist/bundle.esm.js +3 -3
- package/dist/components/ideAi.js +3 -3
- package/package.json +1 -1
- package/src/components/ideAi.js +3 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -193765,8 +193765,8 @@ class IdeAi
|
|
|
193765
193765
|
const href = el.getAttribute("href");
|
|
193766
193766
|
el.getAttribute("title");
|
|
193767
193767
|
|
|
193768
|
-
const
|
|
193769
|
-
console.log(
|
|
193768
|
+
const srcPath = this.#getSourcePath(href);
|
|
193769
|
+
console.log(srcPath);
|
|
193770
193770
|
|
|
193771
193771
|
/**
|
|
193772
193772
|
* {
|
|
@@ -193792,7 +193792,7 @@ class IdeAi
|
|
|
193792
193792
|
|
|
193793
193793
|
console.log(where);
|
|
193794
193794
|
|
|
193795
|
-
const srcPath = this.#getSourcePath(where.menu.url);
|
|
193795
|
+
//const srcPath = this.#getSourcePath(where.menu.url);
|
|
193796
193796
|
|
|
193797
193797
|
console.log(srcPath);
|
|
193798
193798
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193761,8 +193761,8 @@ class IdeAi
|
|
|
193761
193761
|
const href = el.getAttribute("href");
|
|
193762
193762
|
el.getAttribute("title");
|
|
193763
193763
|
|
|
193764
|
-
const
|
|
193765
|
-
console.log(
|
|
193764
|
+
const srcPath = this.#getSourcePath(href);
|
|
193765
|
+
console.log(srcPath);
|
|
193766
193766
|
|
|
193767
193767
|
/**
|
|
193768
193768
|
* {
|
|
@@ -193788,7 +193788,7 @@ class IdeAi
|
|
|
193788
193788
|
|
|
193789
193789
|
console.log(where);
|
|
193790
193790
|
|
|
193791
|
-
const srcPath = this.#getSourcePath(where.menu.url);
|
|
193791
|
+
//const srcPath = this.#getSourcePath(where.menu.url);
|
|
193792
193792
|
|
|
193793
193793
|
console.log(srcPath);
|
|
193794
193794
|
|
package/dist/components/ideAi.js
CHANGED
|
@@ -349,8 +349,8 @@ export class IdeAi
|
|
|
349
349
|
const href = el.getAttribute("href");
|
|
350
350
|
const title = el.getAttribute("title");
|
|
351
351
|
|
|
352
|
-
const
|
|
353
|
-
console.log(
|
|
352
|
+
const srcPath = this.#getSourcePath(href);
|
|
353
|
+
console.log(srcPath);
|
|
354
354
|
|
|
355
355
|
/**
|
|
356
356
|
* {
|
|
@@ -376,7 +376,7 @@ export class IdeAi
|
|
|
376
376
|
|
|
377
377
|
console.log(where);
|
|
378
378
|
|
|
379
|
-
const srcPath = this.#getSourcePath(where.menu.url);
|
|
379
|
+
//const srcPath = this.#getSourcePath(where.menu.url);
|
|
380
380
|
|
|
381
381
|
console.log(srcPath);
|
|
382
382
|
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -349,8 +349,8 @@ export class IdeAi
|
|
|
349
349
|
const href = el.getAttribute("href");
|
|
350
350
|
const title = el.getAttribute("title");
|
|
351
351
|
|
|
352
|
-
const
|
|
353
|
-
console.log(
|
|
352
|
+
const srcPath = this.#getSourcePath(href);
|
|
353
|
+
console.log(srcPath);
|
|
354
354
|
|
|
355
355
|
/**
|
|
356
356
|
* {
|
|
@@ -376,7 +376,7 @@ export class IdeAi
|
|
|
376
376
|
|
|
377
377
|
console.log(where);
|
|
378
378
|
|
|
379
|
-
const srcPath = this.#getSourcePath(where.menu.url);
|
|
379
|
+
//const srcPath = this.#getSourcePath(where.menu.url);
|
|
380
380
|
|
|
381
381
|
console.log(srcPath);
|
|
382
382
|
|