Skip to content

An implementation of Promise, compatible with Promise/A+ specification.

Notifications You must be signed in to change notification settings

3fuyang/promise-f

Repository files navigation

PromiseF

中文文档

An implementation of promise compatible with Promise/A+ specification.

Improving

06/15/2024, it passes all tests.

History

02/27/2023, it fails 44 tests.

10/26/2022, it fails 60 tests.

10/26/2022, it fails 188 tests.

10/05/2022, it fails 190 tests.

10/04/2022, it fails 251 tests.

How To Run

pnpm i

# run Promise/A+ tests
pnpm aplus

About

An implementation of Promise, compatible with Promise/A+ specification.

Resources

Stars

Watchers

Forks