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

Function errorSkippedOn

test/fixtures/snapshot/typescript.js:49006–49010  ·  view source on GitHub ↗
(key, location, message, arg0, arg1, arg2, arg3)

Source from the content-addressed store, hash-verified

49004 }
49005 }
49006 function errorSkippedOn(key, location, message, arg0, arg1, arg2, arg3) {
49007 var diagnostic = error(location, message, arg0, arg1, arg2, arg3);
49008 diagnostic.skippedOn = key;
49009 return diagnostic;
49010 }
49011 function createError(location, message, arg0, arg1, arg2, arg3) {
49012 return location
49013 ? ts.createDiagnosticForNode(location, message, arg0, arg1, arg2, arg3)

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected