Skip to content

Commit 6c3617f

Browse files
author
Wangdahai
committed
removed unintended imports
1 parent b344037 commit 6c3617f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stdlib.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { MissingRequiredPositionalError, TooManyPositionalArgumentsError, ValueE
99
import { ControlItem } from "./cse-machine/control";
1010
import { Context } from "./cse-machine/context";
1111
import * as es from 'estree';
12-
import { Instr } from "./cse-machine/types";
13-
import { Identifier } from "./conductor/types";
1412

1513
/*
1614
Create a map to hold built-in constants.

0 commit comments

Comments
 (0)