Popular repositories
716 contributions in the last year
Less
More
Contribution activity
June 2021
Created 2 repositories
- matthewp/astro-tsx-test-example CSS
- matthewp/astro-renderer-lit JavaScript
Created a pull request in snowpackjs/astro that received 14 comments
Remove second snowpack instance
Changes
This gets rid of having 2 snowpack instances. Instead there's just one, but no more import.meta.env.astro. So this is a breaking chance.
Pe…
+45
−67
•
14
comments
Opened 59 other pull requests in 5 repositories
snowpackjs/astro
40
merged
3
closed
- Upgrade postcss snowpack plugin
- Just testing vercel
- Add changeset for react renderer change
- Remove broken changeset
- Fix code from bad merge
- Always add the HMR script in dev
- Document loading assets from the src/ folder (and add a test)
- Document pnpm and Yarn usage
- Add changeset for node builtins
- Allow usage of node builtins through node: prefix
- Removes snowpack warning suppression
- Allow renderers configuration to update
- Fix race condition in build
- Prevent HMR client from being part of build output
- Fix issue with proxy imports not reloading on change
- Allow the head element to be optional
- Honor user's hmr settings
- Prevent postcss from crashing when scoping class without a body
- Fix usage of arrow functions as components
- Adds a changeset for doctype change
- Serialize boolean attributes without a value
- Make link and imgs build relative to the site
- Make doctype be case insensitive
- Just testing CI
- Improved JSX framework detection
- Some pull requests not shown.
snowpackjs/snowpack
12
merged
1
closed
- Provide the 'from' filename when processing postcss
- Check externals before resolving entrypoint
-
Allow
externalCommonJS modules to be imported properly in Node - Make import.meta.url be the file URL in SSR
- Fix race condition reading existing import-map.json files
- Handle runtime invalidation for proxy files
- Upgrade Astro version to 0.13.0
- Disconnect the HMR server when snowpack is shutdown
- Allow Snowpack to scan .astro files for imports
-
Set the
preventAssignmentoption in the vue plugin -
Modules marked as
externalshould always be treated as external - Correctly handle subpackage imports marked as external
- Allow .astro files to be installed as JavaScript
lucydsl/liblucy
1
merged
lucydsl/typescript-plugin
1
open
matthewp/haunted
1
merged
Reviewed 32 pull requests in 2 repositories
snowpackjs/astro 29 pull requests
- Document loading assets from the src/ folder (and add a test)
- New Props API
-
Fix
{...spread}props - fix issues uncovered by snowpack warnings
- WIP: Adds functionality for markdown files to be treated as drafts
- Improvement/accessibility blog example
- feat(#455): improve error logging inside of expressions
- Fix parser error on forward slash
- Less verbose HMR script
- Update syntax docs
-
Add
<>fragment support for expressions - fix some example docs site issues
- rewrite part of the renderer docs
- Fix usage of arrow functions as components
- Make doctype be case insensitive
- Create initial docs site
- Remove second snowpack instance
- Add HMR port script when needed
- Add integration test for templates
- WIP: StencilJS renderer
- watch files during development in both snowpack instances
- redesign create-astro
- snowpack.dev build output cleanup
- Prevent duplicate snowpack logs
- Use npm package names to load internal deps
- Some pull request reviews not shown.
snowpackjs/snowpack 3 pull requests
Created an issue in snowpackjs/astro that received 9 comments
Simplified component usage in markdown
Some history on markdown and MDX support:
Initially we supported MDX in .md files. However it suffered from some issues and didn't support everythi…
9
comments
Opened 16 other issues in 3 repositories
snowpackjs/astro
6
open
7
closed
- [Feature Request] Add the media hydration directive and move hydration directives to special attributes
- 🐛 HMR Client included in built HTML
- React and Preact arrow components throw
- Integration tests
- Build performance improvements
- Build UI improvements
- Router / Animation API
- Named slots
- Async data in non-Astro components
- Remove multiple snowpack instances
- Snowpack warnings
- (Short Term) Roadmap
- create-astro 0.3.0 bugs