0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/astro-parser
Fred K. Schott 5f922221ba Revert "Version Packages (next) (#692)"
This reverts commit 790bd89ead.
2021-07-21 08:12:32 -07:00
..
src Handle custom elements in nested JSX (#792) 2021-07-21 10:22:39 -04:00
CHANGELOG.md Revert "Version Packages (next) (#692)" 2021-07-21 08:12:32 -07:00
package.json Revert "Version Packages (next) (#692)" 2021-07-21 08:12:32 -07:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00
tsconfig.json tsconfig fix (#752) 2021-07-19 18:23:39 -07: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.