astro/packages/astro-parser
Matthew Phillips 5cc90f9dc1
Move parser to the scoped package name (#319)
* Move parser to the scoped package name

* Prettier plugin should use 0.12 of the parser
2021-06-07 16:05:13 -04:00
..
src Fix starter template's Tour component (#290) 2021-06-02 13:50:16 -04:00
CHANGELOG.md Move parser to the scoped package name (#319) 2021-06-07 16:05:13 -04:00
package.json Move parser to the scoped package name (#319) 2021-06-07 16:05:13 -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.