MCPcopy Create free account
hub / github.com/nodejs/node / grammarErrorOnNodeSkippedOn

Function grammarErrorOnNodeSkippedOn

test/fixtures/snapshot/typescript.js:88914–88921  ·  view source on GitHub ↗
(key, node, message, arg0, arg1, arg2)

Source from the content-addressed store, hash-verified

88912 return false;
88913 }
88914 function grammarErrorOnNodeSkippedOn(key, node, message, arg0, arg1, arg2) {
88915 var sourceFile = ts.getSourceFileOfNode(node);
88916 if (!hasParseDiagnostics(sourceFile)) {
88917 errorSkippedOn(key, node, message, arg0, arg1, arg2);
88918 return true;
88919 }
88920 return false;
88921 }
88922 function grammarErrorOnNode(node, message, arg0, arg1, arg2) {
88923 var sourceFile = ts.getSourceFileOfNode(node);
88924 if (!hasParseDiagnostics(sourceFile)) {

Callers 1

checkESModuleMarkerFunction · 0.85

Calls 2

hasParseDiagnosticsFunction · 0.85
errorSkippedOnFunction · 0.85

Tested by

no test coverage detected