MCPcopy Index your code
hub / github.com/nodejs/node / checkGrammarForInvalidExclamationToken

Function checkGrammarForInvalidExclamationToken

test/fixtures/snapshot/typescript.js:88278–88280  ·  view source on GitHub ↗
(exclamationToken, message)

Source from the content-addressed store, hash-verified

88276 return !!questionToken && grammarErrorOnNode(questionToken, message);
88277 }
88278 function checkGrammarForInvalidExclamationToken(exclamationToken, message) {
88279 return !!exclamationToken && grammarErrorOnNode(exclamationToken, message);
88280 }
88281 function checkGrammarObjectLiteralExpression(node, inDestructuring) {
88282 var seen = new ts.Map();
88283 for (var _i = 0, _a = node.properties; _i < _a.length; _i++) {

Callers 2

checkGrammarMethodFunction · 0.85

Calls 1

grammarErrorOnNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…