My changes help to do valid mapping of names (identifiers) and generate a sourcemap that pass 'sourcemap-validator' successfully. (webpack-sourcemap-testing repo can be found in the issue above)
However, if I run unit tests in this repo with my changes I get 10 failing tests mostly in PrefixSource and ReplaceSource.
Could you please help to understand what I could have missed?
A fix to resolve issue 'Webpack is producing invalid sourcemaps' https://github.com/webpack/webpack/issues/8302
My changes help to do valid mapping of names (identifiers) and generate a sourcemap that pass 'sourcemap-validator' successfully. (webpack-sourcemap-testing repo can be found in the issue above)
However, if I run unit tests in this repo with my changes I get 10 failing tests mostly in PrefixSource and ReplaceSource.
Could you please help to understand what I could have missed?
@sokra @kenhoff