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

Function newer

test/fixtures/snapshot/typescript.js:124091–124093  ·  view source on GitHub ↗
(date1, date2)

Source from the content-addressed store, hash-verified

124089 return getOrCreateValueFromConfigFileMap(configFileMap, resolved, function () { return new ts.Map(); });
124090 }
124091 function newer(date1, date2) {
124092 return date2 > date1 ? date2 : date1;
124093 }
124094 /*@internal*/
124095 function isCircularBuildOrder(buildOrder) {
124096 return !!buildOrder && !!buildOrder.buildOrder;

Callers 3

emitFunction · 0.85
getUpToDateStatusWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…