Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sourcemaps): missing sourcemaps on debugger statement #503

Merged
merged 3 commits into from
Apr 5, 2021

Conversation

davidbonnet
Copy link
Owner

@davidbonnet davidbonnet commented Apr 5, 2021

From #502 (my bad, pushed the wrong local branch).

Fixes #501.

@codecov
Copy link

codecov bot commented Apr 5, 2021

Codecov Report

Merging #503 (47bd826) into master (d3e22f9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #503   +/-   ##
=======================================
  Coverage   94.97%   94.97%           
=======================================
  Files           1        1           
  Lines        1134     1134           
=======================================
  Hits         1077     1077           
  Misses         57       57           
Impacted Files Coverage Δ
src/astring.js 94.97% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3e22f9...47bd826. Read the comment docs.

@davidbonnet davidbonnet changed the title fix(sourcemaps): Missing sourcemaps on debugger statement fix(sourcemaps): missing sourcemaps on debugger statement Apr 5, 2021
@davidbonnet davidbonnet merged commit 9822a2a into master Apr 5, 2021
@davidbonnet davidbonnet deleted the connor4312/master branch April 5, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger statements lack sourcemaps
2 participants