• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gajus / get-stack-trace / 14
74%
master: 69%

Build:
Build:
LAST BUILD BRANCH: improve-source-map-resolution
DEFAULT BRANCH: master
Ran 03 Oct 2019 02:25PM UTC
Jobs 2
Files 6
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
14

Pull #2

travis-ci

web-flow
Update source-map dependency

Firstly thanks very much for this excellent library.

I am running a Nodejs app and am hitting the following error when using this library:
```
You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
```

* A dependency of yours "source-map" detects the runtime (Nodejs vs browser) in a broken way. That library then throws an exception if some client-side-specific code is not run.
* The "check" checks for the presence of a variable "fetch" and the reasonable thinking is that only browsers will have fetch. The issue is that in my case and in some others (see [here](https://github.com/mozilla/source-map/issues/349)) 3rd party libraries can define a variable "fetch" which triggers the described error.

None
Pull Request #2: Update source-map dependency

11 of 16 branches covered (68.75%)

Branch coverage included in aggregate %.

28 of 37 relevant lines covered (75.68%)

6.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14.1 03 Oct 2019 02:25PM UTC 0
73.58
Travis Job 14.1
2 14.2 03 Oct 2019 02:25PM UTC 0
73.58
Travis Job 14.2
Source Files on build 14
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14
  • Pull Request #2
  • PR Base - master (#13)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc