Skip to content

Mirror TypeScript Behaviour

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 22 Jul 22:41
· 17 commits to master since this release

DO NOT UPGRADE IF YOU RELY ON filesGlob BEHAVIOUR

This release is prepared to projects that wish to use/mirror tsc behaviour and is more forward-facing - removing custom filesGlob expansion and option mutation for the official 2.0 includes option

Changed

  • Simply the module API surface and dependencies by changing it to be a direct API replication of tsc without the bugs that come with it (E.g. normalizeSlashes, etc.)
    • resolve methods now take two arguments, the cwd and an optional path (a la --project in tsc)
    • Removed automatic configuration expansion and mutation - now directly returns the parsed configuration file