From bc1ce63b96cd1ce39498c8a5d31c9d83a37263e7 Mon Sep 17 00:00:00 2001 From: James Miller Burgess Date: Sun, 4 Aug 2019 16:51:46 +0900 Subject: [PATCH] Remove extraneous portion of comment on discards type This is now self-evident thanks to the typing we have done. Also the comment was a liar anyway, because the file it referenced was incorrect. --- tools/isobuild/npm-discards.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/isobuild/npm-discards.ts b/tools/isobuild/npm-discards.ts index 35ab0a5145..59f69c943c 100644 --- a/tools/isobuild/npm-discards.ts +++ b/tools/isobuild/npm-discards.ts @@ -14,9 +14,7 @@ class NpmDiscards { } // Update the current specification of discarded files with additional - // patterns that should be discarded. See the comment in package-source.js - // about `Npm.strip` for an explanation of what should be passed for the - // `discards` parameter. + // patterns that should be discarded. merge(discards: Discards): void { merge(this.discards, discards); }