mozilla / source-map

Consume and generate source maps.
Other
3.56k stars 359 forks source link

Add support for the sourcemaps ignorelist #481

Closed bomsy closed 1 year ago

bomsy commented 1 year ago

Add support for the x_google_ignoreList to the SourceMapConsumer. Fixes #480

ochameau commented 1 year ago

It would be nice to mention any reference regarding this new field. May be chromium original implementation changeset? Any public document describing this? Any discussion about this field on github...? I found this doc for example.

Otherwise you are having linting issues reported by CI: https://github.com/mozilla/source-map/actions/runs/4580007974/jobs/8088310426?pr=481

bomsy commented 1 year ago

It would be nice to mention any reference regarding this new field. May be chromium original implementation changeset? Any public document describing this? Any discussion about this field on github...? I found this doc for example.

Oh yeah ...that's the spec link. So i updated the README documentation with the info. Since its in the sepc doument

hildjj commented 1 year ago

You added the .DS_Store file. That should probably be in .gitignore.