astro/packages/astro-parser
Nate Moore 9cdada0bcc
Markdown issue cleanup (#224)
* fix: markdown issues

* chore: add changeset

* chore: add missing dep

* perf: parallelize compileHtml for children
2021-05-21 15:52:20 -05:00
..
src Markdown issue cleanup (#224) 2021-05-21 15:52:20 -05:00
CHANGELOG.md [ci] yarn format 2021-05-17 14:32:43 +00:00
package.json Make Astro compatible with Windows (#215) 2021-05-17 17:52:11 -05: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.