coffeestack
CoffeeScript stack trace converter
Last updated 7 years ago by atom-team .
BSD · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install coffeestack 
SYNC missed versions from official npm registry.

CoffeeStack Build Status

Module to convert JavaScript stack traces to CoffeeScript stack traces.

Installing

npm install coffeestack

Using

{convertStackTrace} = require 'coffeestack'

try
  throw new Error('this is an error')
catch error
  console.error(convertStackTrace(error.stack))

Current Tags

  • 1.2.0                                ...           latest (7 years ago)

13 Versions

  • 1.2.0                                ...           7 years ago
  • 1.1.2                                ...           11 years ago
  • 1.1.1                                ...           11 years ago
  • 1.1.0                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
  • 0.8.0                                ...           11 years ago
  • 0.7.0                                ...           12 years ago
  • 0.6.0                                ...           13 years ago
  • 0.5.0                                ...           13 years ago
  • 0.4.0                                ...           13 years ago
  • 0.3.0                                ...           13 years ago
  • 0.2.0                                ...           13 years ago
  • 0.1.0                                ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (3)
Dev Dependencies (8)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |