Skip to content

Commit

Permalink
chore(cleanup): Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBoda committed Dec 11, 2023
1 parent bd3ac78 commit d581e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreter/interpreter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Observable, Subject, Subscription, interval, map, of, take, takeWhile } from "rxjs";
import { Observable, Subject, Subscription, finalize, interval, map, of, take, takeWhile } from "rxjs";
import { Lexer } from "../lexer/lexer";
import { Token } from "../lexer/lexer.types";
import { NodeType, ObjectDeclaration, ParserValue, Program, VariableDeclaration } from "../parser/parser.types";
Expand Down

0 comments on commit d581e65

Please sign in to comment.