Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Releases: nomaed/dts-builder

Handle import/export w/o semicolons, TSLint upgraded

14 Jun 08:44
Compare
Choose a tag to compare
  • Handle imports and exports without semicolons (contribution by @skymakerolof #12):

    This fix adjusts the regular expressions to match import and export lines that do not end with a semicolon. This allows for including manually crafted declarations, which may or may not end the lines with a semicolon.

  • TSLint upgraded to ^5.17.0 to address vulnerability if one of its dependencies from v4.

It is recommended to upgrade to this version.

Removed inline imports

19 Dec 16:35
Compare
Choose a tag to compare

Merged a contribution by @skymakerolof in which inline imports are removed.

For example:

import("./bar").Foo

Fixed npm packages' vulnerabilities

10 Oct 07:17
e01de10
Compare
Choose a tag to compare

Auto-fix for discovered vulnerabilities with npm audit fix.
Only package-lock.json was updated.

Support for Node v4 + added package-lock.json

23 Dec 08:42
Compare
Choose a tag to compare

Option not to wrap in namespace

21 Apr 06:14
Compare
Choose a tag to compare

Doesn't camelCase module name if a single word

21 Apr 06:09
Compare
Choose a tag to compare