Skip to content

Commit

Permalink
Update data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaniBilby committed Nov 10, 2024
1 parent 38dd424 commit 35cdfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/compiler/data.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as colors from "fmt/colors";

import type { Term_Data } from "~/bnf/syntax.d.ts";
import type { File, Namespace } from "~/compiler/file.ts";
import Structure from "~/compiler/structure.ts";
import type { File, Namespace } from "~/compiler/file.ts";
import type { Term_Data } from "~/bnf/syntax.d.ts";
import { IsSolidType, SolidType } from "~/compiler/codegen/expression/type.ts";
import { AssertUnreachable } from "~/helper.ts";
import { ReferenceRange } from "~/bnf/shared.d.ts";
Expand Down

0 comments on commit 35cdfaf

Please sign in to comment.