astro/packages/astro-parser
Caleb Jasik f9f2da458d
Add repository remotes for all astro packages (#458)
* Add repository remotes for all astro packages

* Add repository.directory key instead of adding the path to repository.url

* Include changeset

* Add repository key to create-astro
2021-06-16 14:09:35 -04:00
..
src Add <> fragment support for expressions (#433) 2021-06-15 11:33:27 -05:00
CHANGELOG.md Version Packages (#450) 2021-06-16 08:41:21 -04:00
package.json Add repository remotes for all astro packages (#458) 2021-06-16 14:09:35 -04:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
tsconfig.json Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00

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.