astro/packages/astro-parser
Matthew Phillips 6a660f1b08
Implements low-level custom element support (#587)
* Implements low-level custom element support

* Changes based on self review

* Adds a changeset

* Polyfills are added even when not hydrating

* Remove hydrationMethod option

Punting on this idea until it's really needed.
2021-07-01 08:42:07 -04:00
..
src Implements low-level custom element support (#587) 2021-07-01 08:42:07 -04:00
CHANGELOG.md Version Packages (#543) 2021-06-25 09:51:28 -04:00
package.json Version Packages (#543) 2021-06-25 09:51:28 -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.