summaryrefslogtreecommitdiff
path: root/src/compiler/index.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 1-176/+0
2021-04-27Move the `request` object from import.meta to Astro (#134)Gravatar Matthew Phillips 1-1/+6
2021-04-13fix: bundle client-side code for components used in .md pages (#78)Gravatar Matt Mulder 1-8/+13
2021-04-12Renaming to import.meta.fetchContent (#70)Gravatar Drew Powers 1-1/+3
2021-04-09Parse inner JSX as Astro (#67)Gravatar Matthew Phillips 1-4/+4
2021-04-06Compiler cleanup (#64)Gravatar Matthew Phillips 1-14/+6
2021-04-01Fix complex MDX parsing (#50)Gravatar Matthew Phillips 1-4/+6
2021-04-01Annoying Lint PR #2 (#47)Gravatar Drew Powers 1-1/+15
2021-04-01Add runtime mode (#48)Gravatar Drew Powers 1-8/+2
2021-03-31Implements import.meta.request (#46)Gravatar Matthew Phillips 1-4/+3
2021-03-31Extract Astro styles to external stylesheets (#43)Gravatar Drew Powers 1-9/+6
2021-03-30Resolve component URLs during compilation (#40)Gravatar Matthew Phillips 1-6/+3
2021-03-25Add React component SSR (#28)Gravatar Drew Powers 1-7/+5
2021-03-25First pass at the build (#27)Gravatar Matthew Phillips 1-2/+2
2021-03-25add component state, top-level await support (#26)Gravatar Fred K. Schott 1-1/+171
2021-03-19Initial tests set up (#10)Gravatar Matthew Phillips 1-1/+1
2021-03-16Bring compiler into Astro (#4)Gravatar Matthew Phillips 1-0/+1