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 36 million developers.
Sign up
Pinned
924 contributions in the last year
Activity overview
Contributed to
sveltejs/svelte,
sveltejs/eslint-plugin-svelte3,
Conduitry/defiler
and 5 other
repositories
Contribution activity
May 2019
- Conduitry/estree-walker JavaScript
Created a pull request in sveltejs/svelte that received 1 comment
Created an issue in sveltejs/svelte that received 1 comment
Components should be able to explicitly specify 'undefined' as default prop value
If a component has
<script>
export let foo = undefined;
</script>
then instantiating the component without a foo prop shouldn't cause a warning in…
1
comment