From 161a8ac8c7d44ce2df99bdfd8e4889969db49c4d Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Sat, 6 Apr 2024 23:09:04 +0900 Subject: [PATCH] docs: add note for svelte v5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c221d9af..5c6b3b89 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [Svelte] parser for [ESLint]. You can check it on [Online DEMO](https://sveltejs.github.io/svelte-eslint-parser/playground). +***Note that this parser has experimental support for Svelte v5, but may break with new versions of Svelte v5.*** + [![NPM license](https://img.shields.io/npm/l/svelte-eslint-parser.svg)](https://www.npmjs.com/package/svelte-eslint-parser) [![NPM version](https://img.shields.io/npm/v/svelte-eslint-parser.svg)](https://www.npmjs.com/package/svelte-eslint-parser) [![NPM downloads](https://img.shields.io/badge/dynamic/json.svg?label=downloads&colorB=green&suffix=/day&query=$.downloads&uri=https://api.npmjs.org//downloads/point/last-day/svelte-eslint-parser&maxAge=3600)](http://www.npmtrends.com/svelte-eslint-parser)