astro/packages/astro-parser
github-actions[bot] b8e3efa7bb
[ci] release (#2219)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-23 11:49:30 -05:00
..
src Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
CHANGELOG.md [ci] release (#2219) 2021-12-23 11:49:30 -05:00
package.json [ci] release (#2219) 2021-12-23 11:49:30 -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.