stack-generator

WebJar for stack-generator

License

License

GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

stack-generator
Last Version

Last Version

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : stackframe jar [1.0.2,1.1)

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.bower

stacktrace.js

Generate, parse, and enhance JavaScript stack traces

Versions

Version
1.1.0
1.0.7