summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2021-12-16 18:00:02 -0600
committerGravatar Nate Moore <nate@skypack.dev> 2021-12-16 18:00:02 -0600
commitbd246f0b2dc85ebff9de239cd56ceee362a2f97c (patch)
tree44888278005e99a2eb855bf546bfb31f52b6fe6d
parentc5a7305f04222743c99d70b3ea061a1d31a67efa (diff)
downloadastro-bd246f0b2dc85ebff9de239cd56ceee362a2f97c.tar.gz
astro-bd246f0b2dc85ebff9de239cd56ceee362a2f97c.tar.zst
astro-bd246f0b2dc85ebff9de239cd56ceee362a2f97c.zip
docs: add deprecation notice to `@astrojs/parser`
-rw-r--r--packages/astro-parser/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/astro-parser/README.md b/packages/astro-parser/README.md
index 3646d53ed..7223de1cf 100644
--- a/packages/astro-parser/README.md
+++ b/packages/astro-parser/README.md
@@ -1,3 +1,5 @@
-# `astro/parser`
+# `@astrojs/parser`
+
+> ⚠️ **Notice** `@astrojs/parser` has been deprecated. In previous versions of `astro` it was responsible for parsing `.astro` files. `astro` has since adopted the brand new [`@astrojs/compiler`](https://github.com/withastro/compiler).
This directory is a fork of `svelte/compiler`. It is meant to stay as close to the original source as possible, so that upstream changes are easy to integrate. Everything svelte-specific and unrelated to parsing (compiler, preprocess, etc) has been removed.