mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +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
|
@ -148,7 +148,7 @@ export class ReadableByteStreamController
|
|||
bytesFilled: 0,
|
||||
elementSize: 1,
|
||||
ctor: Uint8Array,
|
||||
readerType: "default"
|
||||
readerType: "default",
|
||||
};
|
||||
this[rs.pendingPullIntos_].push(pullIntoDescriptor);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue