0.4.1 • Published 10 years ago

itako v0.4.1

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Itako

Installation

npm install itako --save

Stacktrace was broken

node
> require('itako')('error')
# TypeError: Cannot convert undefined or null to object
# at f (/Users/itakojs/itako/lib/index.js:1:2469)

published code is compressed and the source map is provided. not supported by the sourcemap in NodeJS. but this resolved in the node-source-map-support.

npm install source-map-support --save-dev
import 'source-map-support/register';

or...

$ mocha --require source-map-support/register

Development

Requirement global

  • NodeJS v5.10.0
  • Npm v3.8.3
git clone https://github.com/itakojs/itako
cd itako
npm install

npm test

License

MIT

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago