From b37a459bfb5dcf740a1319748574147c55276cb7 Mon Sep 17 00:00:00 2001 From: Frederik Wessberg Date: Mon, 30 Sep 2024 22:49:04 +0200 Subject: [PATCH] docs: add deprecation notice --- .gitattributes | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/README.md b/README.md index 61a3f1f..11e60a5 100644 --- a/README.md +++ b/README.md @@ -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. +
Logo