tsconfig-paths
Advanced tools
Changelog
[3.0.0] - 2018-01-13
absoluteSourceFileName
from the MatchPath
and matchFromAbsolutePaths
functions. It was not used internally.matchFromAbsolutePaths
now accepts a pre-sorted array of MappingEntry
s instead of a dictionary. This was done so the sorting could be done once which should give better performance.createMatchPathAsync
, creates an async version of the MatchPath
function. Can be used for example by webpack plugins.matchFromAbsolutePathsAsync
, async version of matchFromAbsolutePaths
.Changelog
[2.6.0]
baseUrl
and configFileAbsolutePath
to the result of loadConfig
.Changelog
[2.5.0]
loadConfig
.