remove pseudo note variables
This commit is contained in:
parent
49aa9cf6da
commit
ee7cd8cd4c
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue