Skip to content

Commit

Permalink
docs: add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 30, 2024
1 parent 99e5f86 commit b37a459
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This library has been deprecated

I no longer actively maintain this library. The most recent TypeScript version that `rollup-plugin-ts` is fully compatible with is v5.1.6. There are many great alternatives in the ecosystem nowadays, including the official [@rollup/plugin-typescript](https://www.npmjs.com/package/@rollup/plugin-typescript) and [rollup-plugin-dts](https://www.npmjs.com/package/rollup-plugin-dts).

The declaration bundling component of `rollup-plugin-ts`, and the fact that it supports code splitting, is arguably its' most popular feature. I might separate the declaration bundling component of `rollup-plugin-ts` into its own separate library in time.

<!-- SHADOW_SECTION_LOGO_START -->

<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/rollup-plugin-ts/master/documentation/asset/rollup-plugin-ts-logo.png" height="150" /></div>
Expand Down

0 comments on commit b37a459

Please sign in to comment.