diff --git a/src/vm.ts b/src/vm.ts index bfccc5c..fcd8db0 100644 --- a/src/vm.ts +++ b/src/vm.ts @@ -5,7 +5,7 @@ import { OpCode } from "./opcode" import { Scope } from "./scope" import type { Value, NativeFunction, TypeScriptFunction } from "./value" import { toValue, toNumber, isTrue, isEqual, toString, fromValue, fnFromValue } from "./value" -import { extractParamInfo, wrapNative, isWrapped, getOriginalFunction } from "./function" +import { extractParamInfo, getOriginalFunction } from "./function" export class VM { pc = 0