add evalScope + deprecate extend

This commit is contained in:
Felix Roos 2022-05-17 00:31:20 +02:00
parent aa3db09f22
commit 2a618b42b7
3 changed files with 18 additions and 3 deletions

View file

@ -12,6 +12,7 @@ import * as strudel from '@strudel.cycles/core';
const { fastcat } = strudel;
extend({ mini }, strudel);
// TODO: test evalScope
describe('evaluate', () => {
const ev = async (code) => (await evaluate(code)).pattern._firstCycleValues;