11 packages
constructor
constructor, prototype and __super__ inheritance for JavaScript.
@dfkaye/safe-math
Safer floating-point math operations in JavaScript that return results we expect, so that 0.1 + 0.2 adds up to 0.3, e.g.
jasmine-intercept
intercept jasmine spec results to prevent expected failures appearing as failed in the reporter
jasmine-where
provides where() clause to jasmine, similar to Cucumber scenario-outline examples or Spock where blocks
metafunction
provides capabilities for function introspection and mocking
safe-object-assign
Make Object.assign() safer for values and objects.
simplegraph
JavaScript kata for directed acyclic graph data structure
stringtemplate
Minimalist Logic-less Templates in JavaScript
vm-shim
browser shim for vm#runInContext methods
wheredoc
ES6-friendly version of where.js, data-table-driven support module for JavaScript test libraries.