From 16659c82d2fcf4b9965936f1df10a5a8db9f7b8e Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 8 Nov 2022 19:54:57 +0100 Subject: [PATCH] test with old transpiler for now --- repl/src/runtime.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/src/runtime.mjs b/repl/src/runtime.mjs index 8945f1a8..81fdc2d6 100644 --- a/repl/src/runtime.mjs +++ b/repl/src/runtime.mjs @@ -3,8 +3,8 @@ // it might require mocking more stuff when tunes added that use other functions // import * as tunes from './tunes.mjs'; -// import { evaluate } from '@strudel.cycles/eval'; -import { evaluate } from '@strudel.cycles/transpiler'; +import { evaluate } from '@strudel.cycles/eval'; +// import { evaluate } from '@strudel.cycles/transpiler'; import { evalScope } from '@strudel.cycles/core'; import * as strudel from '@strudel.cycles/core'; import * as webaudio from '@strudel.cycles/webaudio';