mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
add lint command, lint and lint:fix project
This commit is contained in:
parent
430c7ad6ec
commit
93b609932d
23 changed files with 36916 additions and 25 deletions
|
@ -248,6 +248,7 @@ export class ScramjetClient {
|
|||
call: () => {
|
||||
earlyreturn = true;
|
||||
returnValue = Reflect.construct(ctx.fn, ctx.args, ctx.newTarget);
|
||||
|
||||
return returnValue;
|
||||
},
|
||||
};
|
||||
|
@ -279,6 +280,7 @@ export class ScramjetClient {
|
|||
call: () => {
|
||||
earlyreturn = true;
|
||||
returnValue = Reflect.apply(ctx.fn, ctx.this, ctx.args);
|
||||
|
||||
return returnValue;
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue