Skip to content

Commit

Permalink
rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Mar 5, 2024
1 parent 3fd034d commit 1cfc9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* https://www.w3schools.com/tags/
*/

import type { Datex } from "datex-core-legacy/datex.ts";
import type { Datex } from "datex-core-legacy";
import type { primitive } from "datex-core-legacy/types/abstract_types.ts"
import type { HTMLElementTagNameMap, SVGElementTagNameMap } from "./dom/deno-dom/src/dom/types/tags.ts";

Expand Down
1 change: 1 addition & 0 deletions datex-bindings/type-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export function loadDefinitions(context: DOMContext, domUtils: DOMUtils, options
function replaceChildrenInOrder(parent: Element | DocumentFragment, currentChildNodes: Node[], newChildren: any[], i = 0) {



// end of new children reached
if (i >= newChildren.length) {
return;
Expand Down

0 comments on commit 1cfc9fc

Please sign in to comment.