transpiler package to replace eval package

This commit is contained in:
Felix Roos
2022-11-06 23:15:01 +01:00
parent fada7fc9cc
commit 9b2899c8fb
7 changed files with 265 additions and 90 deletions
+2 -1
View File
@@ -3,7 +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/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';