summaryrefslogtreecommitdiff
path: root/packages/astro-parser/src/parse/index.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 1-13/+1
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-21Handle custom elements in nested JSX (#792)Gravatar Matthew Phillips 1-1/+1
* Handle custom elements in nested JSX * Adds a changeset
2021-07-07[ci] yarn formatGravatar natemoo-re 1-3/+3
2021-07-01Implements low-level custom element support (#587)Gravatar Matthew Phillips 1-0/+4
* 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-06-02Fix starter template's Tour component (#290)Gravatar Matthew Phillips 1-1/+1
* Fix starter template's Tour component This component had an extra backtick and also didn't import the Markdown component. * Add a changeset
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 1-0/+270
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README