combine-source-map icon indicating copy to clipboard operation
combine-source-map copied to clipboard

Add source maps of multiple files, offset them and then combine them into one source map.

Results 9 combine-source-map issues
Sort by recently updated
recently updated
newest added

Before please merge & release https://github.com/thlorenz/inline-source-map/pull/24

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

BREAKING CHANGE: addFile is now an async function that returns a promise, thus it is a breaking change. This could not have been avoided due to changes in source-map module...

See https://github.com/browserify/browserify/issues/1808 for more information. convert-source-map has a bug fix that fixes a bug in browserify (sourceMappingURL being removed from template strings), but this package is on an old convert-source-map....

Fixes two problems when combining source maps that already have a relative path. The first problem is when the extensions differ. e.g. A Typescript or Coffeescript compiler has converted `foo.ts`...

awaiting-response

I have the following scenario: - I have a file which may or may not include source map comment (either inline or as a map file) - I want to...

Hi @thlorenz I am wondering about your use of offset line. I've taken your code and tried to add a third file to the map: ``` javascript var convert =...

Check in `package-lock.json` for auditability and predictability. Generated with npm v9.

Replace deprecated `lodash.memoize` with `lodash`. https://github.com/lodash/lodash/issues/5896#issuecomment-2206176135 > See https://lodash.com/per-method-packages and https://github.com/lodash/lodash/issues/5738#issuecomment-1737782579