test with old transpiler for now

This commit is contained in:
Felix Roos 2022-11-08 19:54:57 +01:00
parent 4ed3ca4128
commit 16659c82d2

View File

@ -3,8 +3,8 @@
// it might require mocking more stuff when tunes added that use other functions // it might require mocking more stuff when tunes added that use other functions
// import * as tunes from './tunes.mjs'; // import * as tunes from './tunes.mjs';
// import { evaluate } from '@strudel.cycles/eval'; import { evaluate } from '@strudel.cycles/eval';
import { evaluate } from '@strudel.cycles/transpiler'; // import { evaluate } from '@strudel.cycles/transpiler';
import { evalScope } from '@strudel.cycles/core'; import { evalScope } from '@strudel.cycles/core';
import * as strudel from '@strudel.cycles/core'; import * as strudel from '@strudel.cycles/core';
import * as webaudio from '@strudel.cycles/webaudio'; import * as webaudio from '@strudel.cycles/webaudio';