Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
14 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created an issue in sveltejs/svelte that received 3 comments
too strict "warn for possible use of component without uppercase tag name (#5302)"
Describe the bug
PR #5302 is too strict and will warn on any import that bears an html element name
To Reproduce
<script> import {b} from './some.j…