Skip to content

Instantly share code, notes, and snippets.

@vicentematus
Last active July 10, 2024 16:26
Show Gist options
  • Save vicentematus/d89f23d0611581acb6d417bc88de6e0b to your computer and use it in GitHub Desktop.
Save vicentematus/d89f23d0611581acb6d417bc88de6e0b to your computer and use it in GitHub Desktop.
I made some open source contributions to the Svelte / Svelte Kit repository. Here is a summary:

Svelte Kit Contributions

Pull requests

  • Proposed a way to fix a bug where the documentation on Svelte Kit site that whenever an user toggles Typescript or Javascript, the extensions of the files such as .js or .ts didnt update correctly. The way i propose to fix it was to modify how markdown parsed certain html elements. Check the PR. See the issue for more information.
  • Fix a wrong HTTP status when using cloudflare-workers adapter for Svelte Kit. Check the PR. See the issue.
  • Propose a way to resolve unexpected behaviour whenever the replacestate function is called, it push the history the store of Svelte instead of just updating it. Leading to unexpected behaviour. Check the issue.
  • Add documentation to implement the library Fontsource to Svelte. The library help self-host Google Fonts on NPM packages. Check the PR and see it live.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment