0.4.1 • Published 8 years ago

itako v0.4.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 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

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago