You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
This will be a reimplementation of Q with the same interface as 1.0.0.
The new implementation:
- Will be CommonJS only in source.
- Will only work on ES5 or later engines.
- Will imitate the implementation of Mark Miller’s makeQ, using WeakMap.
- Will depend on https://github.com/montagejs/collections for that WeakMap implementation.
- Will have build tools for `<script>` tag and AMD editions.
This version may commit to being suitable for Dr. SES.