Skip to content

Commit 8a92315

Browse files
committed
Merge
1 parent c27ee81 commit 8a92315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/utilities.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ namespace ts {
443443
return isExternalModule(node) || compilerOptions.isolatedModules;
444444
}
445445

446-
function isBlockScope(node: Node, parentNode: Node) {
446+
/* @internal */
447+
export function isBlockScope(node: Node, parentNode: Node) {
447448
switch (node.kind) {
448449
case SyntaxKind.SourceFile:
449450
case SyntaxKind.CaseBlock:

0 commit comments

Comments
 (0)