You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed synthetic default imports im TypeScript sources. (via #243)
The resulting JavaScript did not change in functionality.
Downstream users of the TypeScript sources/definitions might consider this a feature, as they are no longer required to compile with allowSyntheticDefaultImports enabled.
Added
Documentation and example regarding dependency tree modelling were added in multiple places. (via #250)
Build
No longer enable TypeScript config esModuleInterop & allowSyntheticDefaultImports. (via #243)
New class Factories.FromNodePackageJson.PackageUrlFactory that acts like Factories.PackageUrlFactory, but
omits PackageUrl's npm-specific "default derived" qualifier values for download_url & vcs_url. (#204 via #207)