From 5da701ceb1f47c245d499d0189d7005f913f76a4 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 12 Jun 2015 17:53:35 -0700 Subject: [PATCH] Updated comment. --- src/compiler/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 8eceb7ec870..c185e917eb2 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -1154,8 +1154,8 @@ namespace ts { * * /// * - * which serves the purpose of ignoring the file in certain ways in the - * presence of compiler options like '--noLib' and '--noLibCheck'. + * If any other file has this comment, it signals not to include lib.d.ts + * because this containing file is intended to act as a default library. */ hasNoDefaultLib: boolean;