transpiler cleanup

This commit is contained in:
Felix Roos
2025-03-20 09:10:54 +01:00
parent 3657e2fd65
commit 55a5f1d62a
-15
View File
@@ -289,21 +289,6 @@ function tidalWithLocation(value, offset) {
};
}
function mondoWithLocation(value, offset) {
return {
type: 'CallExpression',
callee: {
type: 'Identifier',
name: 'mondo',
},
arguments: [
{ type: 'Literal', value },
{ type: 'Literal', value: offset },
],
optional: false,
};
}
function languageWithLocation(name, value, offset) {
return {
type: 'CallExpression',