We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f99e4 commit b6b0a59Copy full SHA for b6b0a59
packages/runner/src/data-updating.ts
@@ -2,7 +2,7 @@ import { isRecord } from "@commontools/utils/types";
2
import { getLogger } from "@commontools/utils/logger";
3
import { ID, ID_FIELD, type JSONSchema } from "./builder/types.ts";
4
import { createRef } from "./create-ref.ts";
5
-import { isCell, CellImpl } from "./cell.ts";
+import { CellImpl, isCell } from "./cell.ts";
6
import { resolveLink } from "./link-resolution.ts";
7
import {
8
areLinksSame,
0 commit comments