diff options
Diffstat (limited to 'packages/astro-parser/README.md')
-rw-r--r-- | packages/astro-parser/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/astro-parser/README.md b/packages/astro-parser/README.md new file mode 100644 index 000000000..3646d53ed --- /dev/null +++ b/packages/astro-parser/README.md @@ -0,0 +1,3 @@ +# `astro/parser` + +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. |