0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/src/parser
2021-04-01 10:25:28 -06:00
..
parse Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
utils Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06: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 Support for custom elements (#45) 2021-03-31 16:46:09 -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.