| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Still need to add a couple of tests but this is the idea. @clydin, @hansl, @filipesilva |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM overall. Really nice work and test coverage.
Historically, any change we make to sourcemaps breaks something though. It's just very hard to test the correctness of sourcemaps. After this comes in we should be especially aware on the issue tracker.
Sorry, something went wrong.
| }, | ||
| "sourceMap": { | ||
| "type": "boolean", | ||
| "type": [ |
There was a problem hiding this comment.
Schema bookkeeping is getting pretty annoying. We should find a way around this sometime.
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah, it’s pretty hard even just to add a new property. You have to add t in multiple places
Sorry, something went wrong.
|
Sorry, something went wrong.
This PR add more control over which sourceMaps you want, Now you can enable sourceMaps for scripts only, styles only or both. Also we added another functionality which are hidden sourcemaps. These are normaly used for error reporting tools. Fixes #7527
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR add more control over which sourceMaps you want, Now you can enable sourceMaps for scripts only, styles only or both. Also we added another functionality which are hidden sourcemaps. These are normally used for error reporting tools.
Fixes #7527