astro/packages/astro-parser
2022-01-18 16:15:25 -06: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 chore: yarn => pnpm 2022-01-18 16:15:25 -06: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.