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 131555f commit b81c183Copy full SHA for b81c183
src/compiler/utilities.ts
@@ -1404,7 +1404,7 @@ namespace ts {
1404
1405
/**
1406
* Returns true if the node is a CallExpression to the identifier 'require' with
1407
- * exactly one argument. (of the form 'require("name")')
+ * exactly one argument (of the form 'require("name")').
1408
* This function does not test if the node is in a JavaScript file or not.
1409
*/
1410
export function isRequireCall(callExpression: Node, checkArgumentIsStringLiteral: boolean): callExpression is CallExpression {
0 commit comments