Popular repositories
1,256 contributions in the last year
Less
More
Contribution activity
September 2021
Created 51 commits in 6 repositories
Created 3 repositories
Created a pull request in snowpackjs/astro-language-tools that received 4 comments
Add support for diagnostics (compiler warnings /errors)
Changes Adds support for diagnostics so that you get errors / warnings. Including components prop usage. Closes #3 Closes #6 Loom: https://www.loo…
+1,222
−305
•
4
comments
Opened 38 other pull requests in 7 repositories
snowpackjs/astro-language-tools
21
merged
- Prevent react types from altering typescript diagnostics
- Prevent tsconfig include from interfering with diagnostics
- Fix comment surrounding html
- Prevent greedy comment translation
- Default to allowing any key on component props
- Make Astro.fetchContent default to any
- Prevent template errors when semicolons not used
- Add Astro.resolve to the Astro global type defs
- Set default options for TypeScript
- Bump language server
- Bump version to get everything published
- Remove diagnostic error for the doctype
- Fixes case of using blockquotes within Markdown component
- Fix highlighting of component tag when they have an end tag
- Provide different highlighting for component names
- Improve perf for all operations
- Only publish to marketplace on version change
- Run build script as prepublsh
- Include the NPM_TOKEN
- Add changesets
- Prop completion from packages / component libraries
matthewp/ocean
5
merged
snowpackjs/astro
4
merged
matthewp/beach
4
merged
matthewp/url-relative
2
merged
matthewp/dom-shim
1
merged
webcomponents-cg/community-protocols
1
open
Reviewed 13 pull requests in 3 repositories
snowpackjs/astro
10 pull requests
- Prepare for stackblitz blog post
- Make build stats prettier
- Add sponsorship logos
- Self-host homepage fonts
- Add types to examples and docs
- fix outdated lockfile issue
- Fix passing Markdown content through props (#1259)
- Add new <Code> component, to succeed <Prism>
- Add interfaces for built-in components
- add project assigner CI bot
snowpackjs/astro-language-tools
2 pull requests
webcomponents-cg/community-protocols
1 pull request
Created an issue in snowpackjs/astro that received 8 comments
💡 RFC: Astro CLI Type Checker
Background & Motivation As of 0.7.2 the VSCode extension is able to show diagnostic information, including errors, for .astro files. However if I h…
•
8
comments
Opened 11 other issues in 1 repository
snowpackjs/astro-language-tools
10
closed
1
open
-
🐛 BUG: Multiple comments cause unfound closing tag errors -
🐛 BUG: Make fetchContent default toany -
🐛 BUG: If not using semicolons in JS, shows many errors in the template section -
🐛 BUG: Using Astro.resolve results in errors -
🐛 BUG: Using fetch results in an error -
🐛 BUG: Importing images displayed an error -
🐛 BUG: Pass props to components without a Props exports leads to false-positive errors -
🐛 BUG: Using doctype produces an error -
🐛 BUG: Incorrect error shown when using > inside of Markdown - CI Failing when posting to discord
-
🐛 BUG: Performance