Skip to content

Commit

Permalink
Remove type-only ipmorts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Apr 2, 2024
1 parent 2035fc6 commit 4f69ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler/checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import {
equateValues,
escapeLeadingUnderscores,
escapeString,
type EvaluatorResult,
EvaluatorResult,
evaluatorResult,
every,
EvolvingArrayType,
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import {
equateValues,
escapeLeadingUnderscores,
EvaluationResolver,
type EvaluatorResult,
EvaluatorResult,
every,
ExportAssignment,
ExportDeclaration,
Expand Down

0 comments on commit 4f69ba7

Please sign in to comment.