astro/packages/astro-parser
Jonathan Neal 5d2ea57841
Remove unused namespace redirection from the astro parser (#1245)
* nit: remove unused namespace checking from astro parser

* test: add tests for namespaced attributes, including one removed attribute

* add changeset
2021-08-27 10:43:58 -04:00
..
src Remove unused namespace redirection from the astro parser (#1245) 2021-08-27 10:43:58 -04:00
CHANGELOG.md Version Packages (#1150) 2021-08-18 09:24:09 -07:00
package.json Version Packages (#1150) 2021-08-18 09:24:09 -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.