Skip to content

2.0.0

No due date 75% complete

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 <s…

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.

Loading