Rollup Plugin Ts Versions Save

A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc

v3.4.5

8 months ago
  • fix: improve error handling inside transpiler-loader c36f7e8

https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.4...v3.4.5

v3.4.4

9 months ago
  • fix: incorrect type reference directives can sometimes be produced when a type root is a relative path 2fd4bda

https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.3...v3.4.4

v3.4.3

9 months ago
  • Merge pull request #205 from clemyan/master 9006025
  • fix: babel peer dependencies versions 0ac3cea
  • fix: resolve @babel/plugin-syntax-dynamic-import from @babel/preset-env 66cb727

https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.2...v3.4.3

v3.4.2

9 months ago
  • test: resolve issues with virtual file system running on Windows platforms detecting a case insensitive OS when memfs is always case sensitive 45aeda6

https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.1...v3.4.2

v3.4.1

9 months ago

v3.4.0

9 months ago
  • Merge pull request #206 from Bersaelor/patch-1 c0911f9
  • feat: add support for the 'allowImportingTsExtensions' tsconfig option. Fixes #210 c62f708
  • Fix yarn install command in Readme.md 412d8a2

https://github.com/wessberg/rollup-plugin-ts/compare/v3.3.1...v3.4.0

v3.3.1

9 months ago
  • fix: don't preserve dynamic import() expression in cjs bundle. Fixes #212 08209ae
  • chore: update lock file 00d3470

https://github.com/wessberg/rollup-plugin-ts/compare/v3.3.0...v3.3.1

v3.3.0

9 months ago
  • feat: add TypeScript v5.1 support. Add support for Node16 and NodeNext Module resolution 0d5aaa0

https://github.com/wessberg/rollup-plugin-ts/compare/v3.2.0...v3.3.0

v3.2.0

1 year ago
  • feat: add .js extensions to code splitted declaration chunks to support Node16 and NodeNext ModuleResolution 0b727a0

https://github.com/wessberg/rollup-plugin-ts/compare/v3.1.1...v3.2.0

v3.1.1

1 year ago