Popular repositories
1,396 contributions in the last year
Less
More
Contribution activity
October 2021
Created 2 repositories
- matthewp/vite TypeScript
- matthewp/astro-issue-1453
Created a pull request in vitejs/vite that received 11 comments
feat(ssr): add import.meta.pathname as url in ssr
Description
Based on discord discussion, opening this PR to spark a discussion on import.meta.url. The main thing this does is fix import.meta.url …
+8
−1
•
11
comments
Opened 34 other pull requests in 6 repositories
snowpackjs/astro-compiler-next
18
merged
- Rename hydrationMap to metadata and add hoisted scripts
- Failing test when splitting on assignment
- Add the top-level Astro
- Add hydration map support for custom elements
- Add the component export to the hydration map
- Add hydration map to compiled output
- Pass slots into createAstro
- Do not commit changes
- Build wasm and copy to deno folder
- Only build the js on release
- Update the tinygo version used to release
- Move wasm build into the release job
- Custom element tags should be passed as strings to render
- Handle multiple conditionals at top-level
- Allow top-level conditional expressions
- Fix linting errors
- Add changesets + publishing
- Allow slot names to be expressions
snowpackjs/astro
1
open
8
merged
- Upgrade to @astrojs/compiler 0.2.0
- Implements top-level Astro + Astro.resolve
- Brings back astro-dynamic tests
- Move hydration to the compiler
- [next] Support for custom elements
- [next] support Astro.slots API
- Add hydration to Solid renderer (#1479)
- Enables most slot tests
- Add back in support for children
lucydsl/liblucy
4
merged
vitejs/vite
1
merged
snowpackjs/astro-language-tools
1
merged
matthewp/ocean
1
open
Reviewed 14 pull requests in 2 repositories
snowpackjs/astro
8 pull requests
-
[Next]
fetchsupport - Implements top-level Astro + Astro.resolve
- Astro global + cleanup
- [next] Support for custom elements
- Add Github Action to automatically push from main to latest when no changeset
- Astro 0.21 early preview blog post
- Add value to staticPaths cache before we await it
- Add hydration to Solid renderer
snowpackjs/astro-compiler-next
6 pull requests
Created an issue in snowpackjs/astro that received 2 comments
🐛 BUG: [next] Dynamic slot names won't compile
What package manager are you using? npm What operating system are you using? Mac Describe the Bug The new compiler can't handle dynamic slot names …
2
comments