Description
We should remove the UTF-8 BOM in deno fmt
. It's bad to have in the file because it causes some overhead. Right now it causes an additional allocation in order to strip the BOM and also it causes the loaded text to differ from the bytes, which may cause slight memory increase in some cases (ex. with the new text imports)
Right now it preserves it:
Line 1612 in bc74fad