Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

missing .finally() #201

Closed
espretto opened this issue Dec 27, 2022 · 2 comments
Closed

missing .finally() #201

espretto opened this issue Dec 27, 2022 · 2 comments

Comments

@espretto
Copy link

Hi,
This is a problem.

const es6methods = ['then', 'catch', 'constructor'];

@ljharb
Copy link
Collaborator

ljharb commented Dec 27, 2022

It's called "es6 methods" and finally isn't in ES6, but I agree that finally should be added to that list. es6StaticMethods is also missing allSettled and any.

A better fix, though, is removing use of Bluebird entirely.

@espretto
Copy link
Author

espretto commented Jan 5, 2023

duplicate of #183

@espretto espretto closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants