astro/packages/astro-parser
Fred K. Schott 79fc320480
update deps: esbuild, typescript (#2750)
* update dep: typescript

* update dep: esbuild

* update types

* update types

* update dep: es-module-lexer

* update tests
2022-03-10 09:55:40 -06:00
..
src Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
CHANGELOG.md [ci] release (#2619) 2022-02-18 16:33:56 -06:00
package.json update deps: esbuild, typescript (#2750) 2022-03-10 09:55:40 -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.