stack-generator

WebJar for stack-generator

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

stack-generator
Last Version

Last Version

2.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

stack-generator
WebJar for stack-generator
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/stacktracejs/stack-generator

Download stack-generator

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/stack-generator/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>stack-generator</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stack-generator/
implementation 'org.webjars.npm:stack-generator:2.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/stack-generator/
implementation ("org.webjars.npm:stack-generator:2.0.5")
'org.webjars.npm:stack-generator:jar:2.0.5'
<dependency org="org.webjars.npm" name="stack-generator" rev="2.0.5">
  <artifact name="stack-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stack-generator', version='2.0.5')
)
libraryDependencies += "org.webjars.npm" % "stack-generator" % "2.0.5"
[org.webjars.npm/stack-generator "2.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : stackframe jar [1.1.1,2)

Project Modules

There are no modules declared in this project.

stack-generator

Build Status Coverage Status GitHub license

Generate artificial backtrace by walking arguments.callee.caller chain. Works everywhere except strict-mode.

Usage

StackGenerator.backtrace()

=> [StackFrame({functionName: 'foo', args: []}), StackFrame(..), StackFrame(..)]

Installation

npm install stack-generator
bower install stack-generator
https://raw.githubusercontent.com/stacktracejs/stack-generator/master/dist/stack-generator.min.js

Browser Support

Sauce Test Status

Contributing

Want to be listed as a Contributor? Start with the Contributing Guide!

License

This project is licensed to the Public Domain

org.webjars.npm

stacktrace.js

Generate, parse, and enhance JavaScript stack traces

Versions

Version
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.1.0
1.0.7