José Pablo Ramírez Vargas

Results 37 issues of José Pablo Ramírez Vargas

## Svelte 5 rewrite Closes #13655. Please note that [the Svelte codebase is currently being rewritten for Svelte 5](https://svelte.dev/blog/runes). Changes should target Svelte 5, which lives on the default branch...

### Describe the problem For declaring ambient modules and even regular types for code that uses `mount()` and would like to type things, the type for the `options` parameter is...

### Describe the bug Maybe this is not a bug, and maybe it is just me unable to configure things properly. Since I have struggled with this for a couple...

question

### Describe the bug In a class, I have the following overload: ```typescript show(content: string | Snippet): void; ``` This is a SvelteKit project that produces an NPM library package....

types / typescript

### Describe the problem We use a class that accepts (or tries to, at least) 3 types of content in its `content` property: + A component + A snippet +...

### Describe the problem While creating [this example REPL](https://svelte.dev/repl/6f543749f2f24e4fb28427dec562fd8a?version=4.2.0) about how to create a timer, I came to realize that directly binding an input field to the variable that triggers...

feature request

### Describe the bug I'm writing this as a bug, but perhaps it is not. Long story short: `$effect.tracking()` returns `false` during component initialization, but during component initialization, effect placement...

The following is the verbatim console with my inputs and all the output: ```plaintext PS C:\Users\webJo\src> npm create single-spa Need to install the following packages: [email protected] Ok to proceed? (y)...

**Feature to document** Default export conditions that webpack allows, and any specifics around them. For example, if the list changes depending on anything. **Author(s)** No idea. **Additional information** https://github.com/webpack/webpack.js.org/blob/main/src/content/configuration/resolve.mdx The...