add evalScope + deprecate extend
This commit is contained in:
parent
aa3db09f22
commit
2a618b42b7
3 changed files with 18 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue