Skip to content

Commit b81c183

Browse files
Update utilities.ts
1 parent 131555f commit b81c183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ namespace ts {
14041404

14051405
/**
14061406
* Returns true if the node is a CallExpression to the identifier 'require' with
1407-
* exactly one argument. (of the form 'require("name")')
1407+
* exactly one argument (of the form 'require("name")').
14081408
* This function does not test if the node is in a JavaScript file or not.
14091409
*/
14101410
export function isRequireCall(callExpression: Node, checkArgumentIsStringLiteral: boolean): callExpression is CallExpression {

0 commit comments

Comments
 (0)