docs: add deprecation notice to @astrojs/parser

This commit is contained in:
Nate Moore 2021-12-16 18:00:02 -06:00
parent c5a7305f04
commit bd246f0b2d

View file

@ -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. 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.