Socket
Socket
Sign inDemoInstall

tsconfig-paths

Package Overview
Dependencies
3
Maintainers
13
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1235Next

3.0.0

Diff

Changelog

Source

[3.0.0] - 2018-01-13

Changed

  • Remove parameter absoluteSourceFileName from the MatchPath and matchFromAbsolutePaths functions. It was not used internally.
  • matchFromAbsolutePaths now accepts a pre-sorted array of MappingEntrys instead of a dictionary. This was done so the sorting could be done once which should give better performance.

Added

  • createMatchPathAsync, creates an async version of the MatchPath function. Can be used for example by webpack plugins.
  • matchFromAbsolutePathsAsync, async version of matchFromAbsolutePaths.
jonaskello
published 2.7.3 •

Changelog

Source

[2.7.3]

Fixed

  • Only resolve path if tsconfig present #25. Thanks to @nicoschoenmaker for the PR.
jonaskello
published 2.7.2 •

Changelog

Source

[2.7.2]

Fixed

  • Return absolute path to tsconfig.json.
jonaskello
published 2.7.1 •

Changelog

Source

[2.7.1]

Fixed

  • Remove left over console.log.
jonaskello
published 2.7.0 •

Changelog

Source

[2.7.0]

Added

  • Support baseUrl to exist in base tsconfig.json when using extends, see #23.
jonaskello
published 2.6.0 •

Changelog

Source

[2.6.0]

Added

  • Add baseUrl and configFileAbsolutePath to the result of loadConfig.
jonaskello
published 2.5.0 •

Changelog

Source

[2.5.0]

Added

  • New function in Programmatic API loadConfig.
jonaskello
published 2.4.3 •

Changelog

Source

[2.4.3]

Fixed

  • Export MatchPth typing.
jonaskello
published 2.4.2 •

Changelog

Source

[2.4.2]

Fixed

  • Add missing types field in package.json.
jonaskello
published 2.4.1 •

Changelog

Source

[2.4.1]

Fixed

  • Include declaration files. Fixes #22.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc