All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
- MapStore#transformCoverage is now async and returns a
the coverage data only. The
sourceFinder
method is now async and
provided directly on the MapStore
instance.
- package: update rimraf to version 3.0.0 (b6e7953)
- Accept SourceStore and sourceStoreOpts options (#482) (0dc45a6)
- Add addInputSourceMapsSync and getSourceMapSync methods (#484) (dd7048e)
- sourceStore and tmpdir options are removed.
- Update dependencies, require Node.js 8 (#401) (bf3a539)
- Node.js 8 is now required
- if LEAST_UPPER_BOUND returns null, try GREATEST_LOWER_BOUND (#375) (72b0f05)
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
- Map unique files once, regardless of path separator (#287) (39a1e56)
Note: Version bump only for package istanbul-lib-source-maps
- correct variable name in source-map transform (#257) (de9c921)
- correctly calculate end position of sourcemap statement (f97ffc7)
- coverage output can now contain Infinity, when a range extends past the source in a file.
Note: Version bump only for package istanbul-lib-source-maps
- a null prototype is now used in several places rather than the default
{}
assignment.
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
- pull in debug module, to make debug messages optional (#36) (189519d)
- read and apply any input source maps stored with coverage data (#4) (aea405b)
- position validation shouldn't throw away locations with 0 (#5) (ac4b72c)
- discard more bad source map positions (#3) (ed7b27f)