From 4e8203d2953b6ffe44adecb480aeff4e0d9ef9a4 Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Fri, 17 Jul 2015 10:48:54 -0700 Subject: [PATCH] fixed a comment --- src/compiler/emitter.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/compiler/emitter.ts b/src/compiler/emitter.ts index 6073c0c9421..bb94bea1491 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -6768,11 +6768,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi * Removes all but the pinned or triple slash comments. * @param ranges The array to be filtered * @param onlyPinnedOrTripleSlashComments whether the filtering should be performed. - * - * This probably shouldn't be a parameter at all. It appears that in every call, the argument is - * precisely 'compilerOptions.removeComments'. - * - * How to fix this? */ function filterComments(ranges: CommentRange[], onlyPinnedOrTripleSlashComments: boolean): CommentRange[] { // If we're removing comments, then we want to strip out all but the pinned or