summaryrefslogtreecommitdiff
path: root/packages/astro-parser/README.md
blob: 7223de1cf71bbef2fa89ec99c0cddbe9d7b48b8c (plain) (blame)
1
2
3
4
5
# `@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.