fix: lint
This commit is contained in:
parent
eba7dec1a5
commit
29598d1744
3 changed files with 3 additions and 3 deletions
|
|
@ -22,3 +22,4 @@ vite.config.js
|
||||||
reverbGen.mjs
|
reverbGen.mjs
|
||||||
hydra.mjs
|
hydra.mjs
|
||||||
jsdoc-synonyms.js
|
jsdoc-synonyms.js
|
||||||
|
packages/tidal/hs2js.mjs
|
||||||
|
|
@ -26,7 +26,6 @@ function runInfix(left, symbol, right, ops) {
|
||||||
case '$':
|
case '$':
|
||||||
return left(right);
|
return left(right);
|
||||||
case '&':
|
case '&':
|
||||||
console.log('right', right);
|
|
||||||
return right(left);
|
return right(left);
|
||||||
case '.':
|
case '.':
|
||||||
return (x) => left(right(x));
|
return (x) => left(right(x));
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { run } from './hs2js.mjs';
|
import { run } from './hs2js.mjs';
|
||||||
import { renderGraph } from './graph.mjs';
|
import { renderGraph } from './graph.mjs';
|
||||||
import { parse } from './parser.mjs';
|
import { parse } from './parser.mjs';
|
||||||
import { initStrudel, reify, late } from '@strudel/web';
|
import { initStrudel, reify, late, samples, stack } from '@strudel/web';
|
||||||
initStrudel({
|
initStrudel({
|
||||||
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue