Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Feb 6, 2024
1 parent 5ba8497 commit 40947ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ast/ast.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { inspect } from 'util'
import { tokenize } from '../lexer/lexer'
import { parseModule } from '../parser/fns'
import { Parser } from '../parser/parser'
Expand Down
1 change: 0 additions & 1 deletion src/parser/fns/op.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { syntaxError } from '../../error'
import { Parser } from '../parser'
import { parseExpr } from './expr'
import { nameLikeTokens, parseNamedCall, parsePosCall } from './index'

/**
Expand Down
1 change: 0 additions & 1 deletion src/scope/vid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { FnDef, ImplDef, Statement, TraitDef } from '../ast/statement'
import { Generic } from '../ast/type'
import { TypeDef, Variant } from '../ast/type-def'
import { checkTopLevelDefiniton } from '../semantic'
import { VirtualType, genericToVirtual } from '../typecheck'
import { selfType } from '../typecheck/type'
import { unreachable } from '../util/todo'
import { Context, Scope, instanceScope } from './index'
Expand Down

0 comments on commit 40947ae

Please sign in to comment.