rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.

MIT License

Downloads
2.9M
Stars
820
Committers
31

Bot releases are hidden (Show)

rollup-plugin-typescript2 - 0.36.0 Latest Release

Published by ezolenko about 1 year ago

Features/bugfixes

Internal (testing, refactors)

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

rollup-plugin-typescript2 - 0.35.0

Published by ezolenko over 1 year ago

rollup-plugin-typescript2 - 0.34.1

Published by ezolenko about 2 years ago

Bugfixes

Internal (testing, refactors)

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

rollup-plugin-typescript2 - 0.34.0

Published by ezolenko about 2 years 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.
  • 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
  • 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

rollup-plugin-typescript2 - 0.33.0

Published by ezolenko about 2 years 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

Optimizations

Docs

GitHub

Internal (testing, refactors)

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

rollup-plugin-typescript2 - 0.32.1

Published by ezolenko over 2 years ago

Bugfixes

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

rollup-plugin-typescript2 - 0.32.0

Published by ezolenko over 2 years ago

Features

Bugfixes

Dependencies

Docs

GitHub

Internal (testing, refactors)

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

rollup-plugin-typescript2 - 0.31.2

Published by ezolenko over 2 years ago

What's Changed

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

rollup-plugin-typescript2 - 0.31.1

Published by ezolenko almost 3 years ago

rollup-plugin-typescript2 - 0.31.0

Published by ezolenko almost 3 years ago

  • PR #290 fix for tslib on node 17
  • Updated dependencies
rollup-plugin-typescript2 - 0.30.0

Published by ezolenko over 3 years ago

#251 Fix duplicate output with multiple entry points
allowing ES2020 module type in tsconfig

rollup-plugin-typescript2 - 0.29.0

Published by ezolenko almost 4 years ago

#249 use compilerOptions.rootDir to filter files

rollup-plugin-typescript2 - 0.28.0

Published by ezolenko about 4 years ago

#221

rollup-plugin-typescript2 - 0.27.3

Published by ezolenko about 4 years ago

PR #243

Updating dependencies

rollup-plugin-typescript2 - 0.27.2

Published by ezolenko about 4 years ago

Dependency updates

rollup-plugin-typescript2 - 0.27.1

Published by ezolenko over 4 years ago

  • updated tslib version
rollup-plugin-typescript2 - 0.27.0

Published by ezolenko over 4 years ago

  • updated dependencies and some type changes
rollup-plugin-typescript2 - 0.26.0

Published by ezolenko over 4 years ago

#203 Updating object-hash to 2.0.2 with async support.

Updating other dependencies.

rollup-plugin-typescript2 - 0.25.3

Published by ezolenko almost 5 years ago

cwd option

rollup-plugin-typescript2 - 0.25.1

Published by ezolenko almost 5 years ago

DEPRECATED

  • update for peer dependencies
Package Rankings
Top 1.16% on Npmjs.org
Top 26.55% on Repo1.maven.org
Badges
Extracted from project README
npm-version npm-monthly-downloads Node.js CI