Skip to content

Commit 763439e

Browse files
docs: improve comment
1 parent d7f14cd commit 763439e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const fileNeedUpload = async ({
134134

135135
const sha256 = await computeSha256(effectiveFilePath);
136136

137-
// TODO: current sha256 comparison (NodeJS vs Rust) is inaccurate. Therefore we re-upload compressed files only if their corresponding source files have been modified as well.
137+
// TODO: current sha256 comparison (NodeJS vs Rust) with Gzip and BR is inaccurate. Therefore we re-upload compressed files only if their corresponding source files have been modified as well.
138138
// return {file, upload: sha256 !== asset.encodings[file.encoding ?? 'identity']?.sha256};
139139
// TODO: we also always assume the raw encoding is there
140140
return {file, upload: sha256 !== asset.encodings['identity']?.sha256};

0 commit comments

Comments
 (0)