mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
chore: prettier
This commit is contained in:
parent
3138baf2c8
commit
4d7fa7abb6
6 changed files with 18 additions and 15 deletions
|
@ -108,7 +108,7 @@ export class ScramjetClient {
|
|||
resolve(data.port);
|
||||
}
|
||||
});
|
||||
}),
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -239,7 +239,7 @@ export class ScramjetClient {
|
|||
h.construct = function (
|
||||
constructor: any,
|
||||
argArray: any[],
|
||||
newTarget: AnyFunction,
|
||||
newTarget: AnyFunction
|
||||
) {
|
||||
let returnValue: any = undefined;
|
||||
let earlyreturn = false;
|
||||
|
@ -354,7 +354,7 @@ export class ScramjetClient {
|
|||
RawTrap<T>(
|
||||
target: any,
|
||||
prop: string,
|
||||
descriptor: Trap<T>,
|
||||
descriptor: Trap<T>
|
||||
): PropertyDescriptor {
|
||||
if (!target) return;
|
||||
if (!prop) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue