Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Jun 19, 2024
1 parent 9f1a72d commit f6f0d99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/resolveDescriptors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
ASTField,
ASTFunction,
ASTInitFunction,
ASTLvalueRef,
ASTNativeFunction,
ASTNode,
ASTRef,
Expand Down Expand Up @@ -36,7 +35,6 @@ import { resolveABIType } from "./resolveABITypeRef";
import { enabledExternals } from "../config/features";
import { isRuntimeType } from "./isRuntimeType";
import { GlobalFunctions } from "../abi/global";
import { Issue74 } from "../test/codegen/output/codegen_Issue74";

const store = createContextStore<TypeDescription>();
const staticFunctionsStore = createContextStore<FunctionDescription>();
Expand Down

0 comments on commit f6f0d99

Please sign in to comment.