diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 66b5a0b894d..336be9d1eda 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -9,11 +9,7 @@ namespace ts { Instantiated = 1, ConstEnumOnly = 2 } - - "/**" - /* /** */ - // /** getDocCommentScaffoldingAtPosition -- TS side! */ export function getModuleInstanceState(node: Node): ModuleInstanceState { // A module is uninstantiated if it contains only // 1. interface declarations, type alias declarations