Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce committed Jan 3, 2025
1 parent 14fb99f commit 942025f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser/Expression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import { UnionType } from '../types/UnionType';
import { ArrayType } from '../types/ArrayType';
import { AssociativeArrayType } from '../types/AssociativeArrayType';
import { TypedFunctionType } from '../types/TypedFunctionType';
import type { ComponentType } from '../types/ComponentType';
import { createToken } from '../astUtils/creators';
import { InvalidType } from '../types/InvalidType';
import { UninitializedType } from '../types/UninitializedType';
import { SymbolTypeFlag } from '../SymbolTypeFlag';
Expand Down

0 comments on commit 942025f

Please sign in to comment.