summaryrefslogtreecommitdiff
path: root/src/compiler/codegen.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12Renaming to import.meta.fetchContent (#70)Gravatar Drew Powers 1-622/+0
2021-04-12chore fix lint reduce errors generated (#83)Gravatar duncanhealy 1-0/+5
2021-04-10update package.jsonGravatar Fred K. Schott 1-2/+2
2021-04-09Use import specifier rather than filename (#71)Gravatar Drew Powers 1-1/+4
2021-04-09[ci] npm run formatGravatar matthewp 1-2/+2
2021-04-09Parse inner JSX as Astro (#67)Gravatar Matthew Phillips 1-36/+31
2021-04-06Blog Support 1/3: Data fetching (#62)Gravatar Drew Powers 1-9/+106
2021-04-06[ci] npm run formatGravatar matthewp 1-1/+1
2021-04-06Compiler cleanup (#64)Gravatar Matthew Phillips 1-68/+71
2021-04-02Fix React import (#55)Gravatar Drew Powers 1-2/+2
2021-04-01Annoying Lint PR #2 (#47)Gravatar Drew Powers 1-4/+20
2021-03-31Extract Astro styles to external stylesheets (#43)Gravatar Drew Powers 1-8/+26
2021-03-30[ci] npm run formatGravatar matthewp 1-2/+2
2021-03-30Resolve component URLs during compilation (#40)Gravatar Matthew Phillips 1-7/+18
2021-03-30Bundling! 🤘 (#36)Gravatar Matthew Phillips 1-3/+1
2021-03-26New hydration methods (#29)Gravatar Nate Moore 1-40/+56
2021-03-25Add React component SSR (#28)Gravatar Drew Powers 1-14/+15
2021-03-25First pass at the build (#27)Gravatar Matthew Phillips 1-28/+52
2021-03-25add component state, top-level await support (#26)Gravatar Fred K. Schott 1-0/+435