We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7dce8 commit d0eac74Copy full SHA for d0eac74
src/compiler/utilities.ts
@@ -7419,7 +7419,7 @@ namespace ts {
7419
export function isFunctionExpressionOrArrowFunction(node: Node): node is FunctionExpression | ArrowFunction {
7420
return node.kind === SyntaxKind.FunctionExpression || node.kind === SyntaxKind.ArrowFunction;
7421
}
7422
-
+
7423
/**
7424
* A free identifier is an identifier that can be accessed through name lookup as a local variable.
7425
* In the expression `x.y`, `x` is a free identifier, but `y` is not.
0 commit comments