mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-24 22:55:38 -04:00
transpiler cleanup
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user