refactor tunes to double quotes
This commit is contained in:
parent
522005a7ab
commit
f6be175af0
2 changed files with 160 additions and 160 deletions
|
|
@ -138,10 +138,10 @@ export default (code) => {
|
|||
return codegen(shifted);
|
||||
};
|
||||
|
||||
function wrapFunction(name, ...arguments) {
|
||||
function wrapFunction(name, ...args) {
|
||||
return new CallExpression({
|
||||
callee: new IdentifierExpression({ name }),
|
||||
arguments,
|
||||
arguments: args,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue