mirror of
https://github.com/denoland/deno.git
synced 2025-10-05 16:40:23 +00:00
Use dprint for internal formatting (#6682)
This commit is contained in:
parent
9eca71caa1
commit
cde4dbb351
378 changed files with 3116 additions and 3121 deletions
|
@ -31,7 +31,7 @@ export interface TranspileOnlyResult {
|
|||
}
|
||||
|
||||
export function transpile(
|
||||
request: TranspileRequest
|
||||
request: TranspileRequest,
|
||||
): Promise<Record<string, TranspileOnlyResult>> {
|
||||
return sendAsync("op_transpile", request);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue