-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.
Description
Is your feature request related to a problem? Please describe.
Aggregating multiple errors into one.
Describe the solution you'd like
The AggregateError subclass should be implemented. This is an important stepping stone for also implementing Promise.any which uses this.
Describe alternatives you've considered
aggregate-error does something similar but is not spec-compliant.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.