chore: upgrade dprint plugins (#10397)

This commit is contained in:
Satya Rohith 2021-04-28 19:38:51 +05:30 committed by GitHub
parent 8c6f977192
commit 2bd087ab1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 349 additions and 360 deletions

View file

@ -4529,7 +4529,7 @@
};
/**
* @param {Uint8Array} bytes
* @param {Uint8Array} bytes
*/
function decode(bytes, encoding) {
const BOMEncoding = BOMSniff(bytes);
@ -4543,7 +4543,7 @@
}
/**
* @param {Uint8Array} bytes
* @param {Uint8Array} bytes
*/
function BOMSniff(bytes) {
const BOM = bytes.subarray(0, 3);