astro/packages/astro-parser
2021-12-16 18:00:02 -06:00
..
src Improve GitHub Actions (#2041) 2021-11-29 15:11:15 -06:00
CHANGELOG.md Version Packages (#1928) 2021-11-19 13:01:50 -08:00
package.json Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -05:00
README.md docs: add deprecation notice to @astrojs/parser 2021-12-16 18:00:02 -06:00
tsconfig.json Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -05:00

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

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.