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 retrieveSourceMapURL to prevent false matches in CoffeeScript codebase #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielbayley
Copy link

This bug was hard to track down! It breaks all my tests, and has been a real hinderance to my jest-preset-coffeescript package. Fixes #254.

…ebase

This bug was hard to track down! It breaks all my tests, and has been a real hinderance to my _[jest-preset-coffeescript](https://github.com/danielbayley/jest-preset-coffeescript/runs/1254200867?check_suite_focus=true)_ package. Fixes evanw#254.
danielbayley added a commit to danielbayley/source-map that referenced this pull request Oct 15, 2020
I'm not sure this is the best fix for this bug, which was hard to track down! But I have also attempted to address it here: evanw/node-source-map-support#283 although looking at the activity on that repo, I don't have much hope of it being merged any time soon… Hence the reason for this PR.

See also: evanw/node-source-map-support#254
@danielbayley danielbayley marked this pull request as draft October 15, 2020 15:36
@danielbayley danielbayley marked this pull request as ready for review October 15, 2020 15:37
surjikal pushed a commit to 42technologies/source-map that referenced this pull request May 1, 2023
I'm not sure this is the best fix for this bug, which was hard to track down! But I have also attempted to address it here: evanw/node-source-map-support#283 although looking at the activity on that repo, I don't have much hope of it being merged any time soon… Hence the reason for this PR.

See also: evanw/node-source-map-support#254
surjikal added a commit to 42technologies/source-map that referenced this pull request May 6, 2023
I'm not sure this is the best fix for this bug, which was hard to track down! But I have also attempted to address it here: evanw/node-source-map-support#283 although looking at the activity on that repo, I don't have much hope of it being merged any time soon… Hence the reason for this PR.

See also: evanw/node-source-map-support#254
# Conflicts:
#	lib/util.js
surjikal added a commit to 42technologies/source-map that referenced this pull request May 6, 2023
I'm not sure this is the best fix for this bug, which was hard to track down! But I have also attempted to address it here: evanw/node-source-map-support#283 although looking at the activity on that repo, I don't have much hope of it being merged any time soon… Hence the reason for this PR.

See also: evanw/node-source-map-support#254
# Conflicts:
#	lib/util.js
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.

SyntaxError: Unexpected token z in JSON at position 0
1 participant