coffeestack

CoffeeScript stack trace converter

BSD 13 个版本
安装
npm install coffeestack
yarn add coffeestack
pnpm add coffeestack
bun add coffeestack
README

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))
版本列表
1.2.0 2019-05-15
1.1.2 2015-04-30
1.1.1 2015-02-13
1.1.0 2015-02-12
1.0.0 2015-02-12
0.8.0 2015-01-12
0.7.0 2014-01-31
0.6.0 2013-08-17
0.5.0 2013-07-15
0.4.0 2013-07-06
0.3.0 2013-07-06
0.2.0 2013-07-06
0.1.0 2013-07-06