astro/src/parser
Kevin (Kun) "Kassimo" Qian 5eb232501f
Allow multiple JSX children appear in Mustache tag (#125)
* fix(www): link styles (#100)

Co-authored-by: Nate Moore <nate@skypack.dev>

* Add `assets/` (#102)

* chore: add assets

* docs: update readme

Co-authored-by: Nate Moore <nate@skypack.dev>

* docs: fix readme

* docs: fix readme

* chore: remove github banner

* Allow multiple JSX in mustache

* Manually discard package-lock update (due to local use of npm v7)

* Tidy up

* Revert mode ts-ignore

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-22 15:10:06 -04:00
..
parse Allow multiple JSX children appear in Mustache tag (#125) 2021-04-22 15:10:06 -04:00
utils chore fix lint reduce errors generated (#83) 2021-04-12 16:20:58 +01:00
config.ts add component state, top-level await support (#26) 2021-03-25 00:00:22 -07:00
index.ts add component state, top-level await support (#26) 2021-03-25 00:00:22 -07:00
interfaces.ts Allow multiple JSX children appear in Mustache tag (#125) 2021-04-22 15:10:06 -04:00
README.md add component state, top-level await support (#26) 2021-03-25 00:00:22 -07:00
Stats.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00

astro/compiler

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.