coffeestack

1.2.0 • Public • Published

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))

/coffeestack/

    Package Sidebar

    Install

    npm i coffeestack

    Weekly Downloads

    124

    Version

    1.2.0

    License

    BSD

    Unpacked Size

    6.59 kB

    Total Files

    3

    Last publish

    Collaborators

    • atom-team
    • kevinsawicki
    • rafeca