mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 04:28:30 +00:00
remove pseudo note variables
This commit is contained in:
parent
49aa9cf6da
commit
ee7cd8cd4c
@ -47,11 +47,6 @@ export function transpiler(input, options = {}) {
|
|||||||
});
|
});
|
||||||
return this.replace(widgetWithLocation(node));
|
return this.replace(widgetWithLocation(node));
|
||||||
}
|
}
|
||||||
// TODO: remove pseudo note variables?
|
|
||||||
if (node.type === 'Identifier' && isNoteWithOctave(node.name)) {
|
|
||||||
this.skip();
|
|
||||||
return this.replace({ type: 'Literal', value: node.name });
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
leave(node, parent, prop, index) {},
|
leave(node, parent, prop, index) {},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user