mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 22:35:15 -04:00
move evaluate logic without transpiler to core
+ breaking change: evalScope is now imported from core + breaking change: deprecated extend is now removed + add repl.mjs
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { evalScope } from '@strudel.cycles/eval';
|
||||
import { evalScope, controls } from '@strudel.cycles/core';
|
||||
import { MiniRepl as _MiniRepl } from '@strudel.cycles/react';
|
||||
import controls from '@strudel.cycles/core/controls.mjs';
|
||||
import { samples } from '@strudel.cycles/webaudio';
|
||||
import { prebake } from '../repl/src/prebake.mjs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user