(node)
| 85915 | ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.pop(); |
| 85916 | } |
| 85917 | function checkSourceFile(node) { |
| 85918 | ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.push("check" /* tracing.Phase.Check */, "checkSourceFile", { path: node.path }, /*separateBeginAndEnd*/ true); |
| 85919 | ts.performance.mark("beforeCheck"); |
| 85920 | checkSourceFileWorker(node); |
| 85921 | ts.performance.mark("afterCheck"); |
| 85922 | ts.performance.measure("Check", "beforeCheck", "afterCheck"); |
| 85923 | ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.pop(); |
| 85924 | } |
| 85925 | function unusedIsError(kind, isAmbient) { |
| 85926 | if (isAmbient) { |
| 85927 | return false; |
no test coverage detected