mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 13:15:16 +00:00
Update to Prettier 2 and use ES Private Fields (#4498)
This commit is contained in:
parent
1397b8e0e7
commit
bced52505f
329 changed files with 2787 additions and 2430 deletions
|
@ -54,7 +54,7 @@ function patchCallSite(callSite: CallSite, location: Location): CallSite {
|
|||
},
|
||||
getPromiseIndex(): number | null {
|
||||
return callSite.getPromiseIndex();
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -181,7 +181,7 @@ function prepareStackTrace(
|
|||
applySourceMap({
|
||||
filename,
|
||||
line,
|
||||
column
|
||||
column,
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue