[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#939771: ITP: node-es-abstract -- ECMAScript spec abstract operations.



Package: wnpp
Severity: wishlist
Owner: Bastien Roucariès <rouca@debian.org>

  Package name    : node-es-abstract
  Version         : 1.14.2
  Upstream Author : Jordan Harband (ljharb)
  URL             : https://github.com/ljharb/es-abstract
  License         : expat
  Programming Lang: javascript
  Description     : ECMAScript spec abstract operations.

In order to facilitate their use in multiple parts of this ECMAScript specification
(javascript) some algorithms, called abstract operations, are named and written in
parameterized functional form so that they may be referenced by name
from within other algorithms. 
.
Abstract operations are typically referenced using a functional application style such as OperationName(arg1, arg2). 
Some abstract operations are treated as polymorphically dispatched methods of class-like specification abstractions.
.
This module implement this abstract operation as functions.

This module is useful for mocha a javascript tester useful for debci

javascript team

Reply to: