MCPcopy Create free account
hub / github.com/microsoft/tslib / fail

Function fail

tslib.es6.mjs:334–337  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

332
333export function __disposeResources(env) {
334 function fail(e) {
335 env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
336 env.hasError = true;
337 }
338 var r, s = 0;
339 function next() {
340 while (r = env.stack.pop()) {

Callers 1

nextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…