convert-source-map
convert-source-map copied to clipboard
Converts a source-map from/to different formats.
I hate opening issues when I really don't know what to do next, but what else could I do. I spent about 4 hours trying to research, debug, and dig...
Hi :wave: We have been using this package mostly succesfully in Babel for a long time (thank you for maintaining it!), but we have received some bug reports about "fake"...
Methods `fromMapFileComment` and `fromMapFileSource` take a `readMap` function as second argument, that is expected to return either a `string` or a Promise of a `string`. But it is not clear...
I’m using [Dart Sass cli](https://sass-lang.com/dart-sass/) to generate CSS with embeded sourcemap. The resulting sourcemap is percent-encoded with `encodeURI`, not `encodeURIComponent` and thus contains commas. Because of this, the `stripComment` function...
GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken. (This is a common error affecting many popular npm packages; I'm opening PRs on several projects to...
I’m submitting this pull request following issue #86 posted some minute ago.