add comment
This commit is contained in:
parent
a71a167133
commit
2de18846b0
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ function isLabelStatement(node) {
|
|||
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) {
|
||||
return {
|
||||
type: 'ExpressionStatement',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue