mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +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
|
@ -11,7 +11,7 @@ import {
|
|||
varbig,
|
||||
varnum,
|
||||
writeVarbig,
|
||||
writeVarnum
|
||||
writeVarnum,
|
||||
} from "./binary.ts";
|
||||
|
||||
Deno.test(async function testGetNBytes(): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue