Home
last modified time | relevance | path

Searched defs:AggregateError (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/lib/
Dlib.esnext.promise.d.ts21 interface AggregateError extends Error { interface
31 declare var AggregateError: AggregateErrorConstructor; variable
Dlib.es2021.promise.d.ts21 interface AggregateError extends Error { interface
31 declare var AggregateError: AggregateErrorConstructor; variable
/third_party/typescript/src/lib/
Des2021.promise.d.ts1 interface AggregateError extends Error { interface
11 declare var AggregateError: AggregateErrorConstructor; variable
/third_party/node/deps/npm/node_modules/aggregate-error/
Dindex.js7 class AggregateError extends Error { class
/third_party/node/deps/npm/node_modules/p-map/
Dindex.js2 const AggregateError = require('aggregate-error'); constant
/third_party/node/deps/npm/node_modules/readable-stream/lib/ours/
Dutil.js34 AggregateError, property
Derrors.js14 const AggregateError = globalThis.AggregateError || CustomAggregateError constant