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

Handle import/export w/o semicolons, TSLint upgraded

Latest
Compare
Choose a tag to compare
@nomaed nomaed released this 14 Jun 08:44
· 1 commit to master since this release
  • 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.