JSCC-NODE icon indicating copy to clipboard operation
JSCC-NODE copied to clipboard

port of JS/CC to nodejs

Results 4 JSCC-NODE issues
Sort by recently updated
recently updated
newest added

Note that your current version **0.3.0** bundles `node_modules` directory (35 MiB in size), and that could be a bit outdated. You should probably add `packer` as a dependency instead.

Hello badlee! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...

I was trying to setup JSCC from [npm](https://npmjs.org/package/jscc-node) and noticed it's still on **0.3.0** vs your repo being on **0.3.1**. Any chance you will update npm to latest version? Thanks!

Hi! I am migrationBot! Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `process.stdin.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...