Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@7rulnik 7rulnik released this 19 Mar 16:22
9b69fab

Allow to pass options to SourceMapGenerator using SourceMapGenerator.fromSourceMap as second argument

var generator = sourceMap.SourceMapGenerator.fromSourceMap(new SourceMapConsumer(), {
  ignoreInvalidMapping: true,
});
  • Add generator options to fromSourceMap (#22) @ai