Rollup Plugin Typescript2 Versions Save

Rollup plugin for typescript with compiler errors.

0.36.0

7 months ago

Features/bugfixes

Internal (testing, refactors)

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0

0.35.0

10 months ago

0.34.1

1 year ago

Bugfixes

Internal (testing, refactors)

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1

0.34.0

1 year ago

Bugfixes

  • fix: handle all type-only imports by piping TS imports by @agilgur5 in #406
    • If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue used to occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS types and interfaces that would produce no JS.
    • NOTE: This requires Rollup version 2.60.0+ as it requires the use of this.load
      • 0.34.0 will (accidentally) error out on older versions of Rollup. 0.34.1 patched this to instead give a warning and skip this check on older versions of Rollup.
More Fixes ...
  • fix(dx): remove extra quote in emitDeclarationOnly log statement by @agilgur5 in #412

Docs

  • docs: add a simple CHANGELOG.md that references GH releases by @agilgur5 in #419
    • i.e. it references this page

Internal (testing, refactors)

  • test: ensure declarationMap sources are correct by @agilgur5 in #403
  • test: add print-diagnostics spec by @agilgur5 in #405
More Internal ...
  • refactor(test): heavily simplify the context helper by @agilgur5 in #404
  • refactor: combine check-tsconfig with parse-tsconfig by @agilgur5 in #413
  • clean: remove ConsoleContext entirely by using buildStart by @agilgur5 in #414
  • refactor(cache): simplify creating / using the cache var by @agilgur5 in #415
  • refactor: consolidate diagnostics funcs into single file by @agilgur5 in #415

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0

0.33.0.1

1 year ago

NOTE: this is a re-tag of 0.33.0 which was tied to wrong commit originally (it was not compiled / built previously). This re-tag is equivalent to 0.33.0 on NPM.

Features

Bugfixes

More Fixes ...
Internal Fixes ...

Optimizations

More Optimizations ...

Docs

More Docs ...
Internal Docs ...

GitHub

Internal (testing, refactors)

More Internal ...

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.32.1...0.33.0.1

0.32.1

1 year ago

Bugfixes

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.32.0...0.32.1

0.32.0

1 year ago

Features

Bugfixes

Dependencies

Docs

More Docs ...

GitHub

Internal (testing, refactors)

More Internal ...

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.2...0.32.0

0.31.2

2 years ago

What's Changed

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.1...0.31.2

0.31.0

2 years ago
  • PR #290 fix for tslib on node 17
  • Updated dependencies