From b3a79dbe04139fdcd09bb77cbf7698fcecc1c6f6 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Thu, 9 Jun 2022 18:39:05 -0700 Subject: [PATCH] fix missing 'internal' comment --- src/typescriptServices/typescriptServices.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/typescriptServices/typescriptServices.ts b/src/typescriptServices/typescriptServices.ts index 0f58637391ef2..15c081bd3a329 100644 --- a/src/typescriptServices/typescriptServices.ts +++ b/src/typescriptServices/typescriptServices.ts @@ -1,3 +1,4 @@ +/* @internal */ namespace ts { // enable deprecation logging declare const console: any;