transpiler cleanup
This commit is contained in:
parent
3657e2fd65
commit
55a5f1d62a
1 changed files with 0 additions and 15 deletions
|
|
@ -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) {
|
function languageWithLocation(name, value, offset) {
|
||||||
return {
|
return {
|
||||||
type: 'CallExpression',
|
type: 'CallExpression',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue