Skip to content

Commit

Permalink
Remove 'log' import from typechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
kengorab committed Jan 13, 2025
1 parent 0fd5e29 commit 7d6fb55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/compiler/src/typechecker.abra
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "fs" as fs
import log from "../../lsp/src/log"
import getAbsolutePath, resolveRelativePath from "./utils"
import Lexer, LexerError, Token, TokenKind, Position from "./lexer"
import Parser, ParsedModule, ParseError, AstNode, AstNodeKind, LiteralAstNode, UnaryAstNode, UnaryOp, BinaryAstNode, BinaryOp, BindingDeclarationNode, BindingPattern, TypeIdentifier, Label, IdentifierKind, FunctionDeclarationNode, FunctionParam, InvocationAstNode, InvocationArgument, TypeDeclarationNode, EnumDeclarationNode, EnumVariant, AccessorAstNode, IndexingMode, AssignOp, AssignmentMode, ImportNode, ImportKind, DecoratorNode, LambdaNode, MatchCase, MatchCaseKind from "./parser"
Expand Down

0 comments on commit 7d6fb55

Please sign in to comment.