github > strudel

This commit is contained in:
Alex McLean 2025-06-12 14:36:45 +01:00
parent 580447d00a
commit 5fdea7fd80
68 changed files with 126 additions and 126 deletions

View file

@ -194,7 +194,7 @@ function isLabelStatement(node) {
}
// converts label expressions to p calls: "x: y" to "y.p('x')"
// see https://github.com/tidalcycles/strudel/issues/990
// see https://codeberg.org/uzu/strudel/issues/990
function labelToP(node) {
return {
type: 'ExpressionStatement',