Skip to content

Commit

Permalink
Fix potential circular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-migdal committed Feb 25, 2025
1 parent e7e6a36 commit daa4cfc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 18 deletions.
13 changes: 1 addition & 12 deletions V3/src/define/define.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,4 @@ function WrapPythonClass(Klass: new(...args:any[]) => HTMLElement) {
return this.#call("disconnectedCallback", args);
}*/
}
}


import LISS from "@LISS/src/LISS";

declare module "@LISS/src/LISS" {
interface ILISS {
define: typeof define;
}
}

LISS.define = define;
}
2 changes: 1 addition & 1 deletion dist/prod/V3/libs/LISS/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prod/V3/libs/LISS/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prod/V3/skeleton/base/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prod/V3/skeleton/base/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prod/V3/skeleton/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prod/V3/skeleton/index.js.map

Large diffs are not rendered by default.

0 comments on commit daa4cfc

Please sign in to comment.