mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 20:18:34 +00:00
add comment
This commit is contained in:
parent
a71a167133
commit
2de18846b0
@ -140,6 +140,8 @@ function isLabelStatement(node) {
|
|||||||
return node.type === 'LabeledStatement';
|
return node.type === 'LabeledStatement';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// converts label expressions to p calls: "x: y" to "y.p('x')"
|
||||||
|
// see https://github.com/tidalcycles/strudel/issues/990
|
||||||
function labelToP(node) {
|
function labelToP(node) {
|
||||||
return {
|
return {
|
||||||
type: 'ExpressionStatement',
|
type: 'ExpressionStatement',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user