Eric Liu

Results 46 issues of Eric Liu

- update SvelteKit to latest - use latest Carbon Svelte features: paginated datatable - use icons preprocessor instead of `carbon-icons-svelte`

Some token keywords like `@debug` and `@html` don't seem to be highlighted. Removing the `/s` in the block pattern regular expression seems to fix this. REPL: https://svelte.dev/repl/6c1b4842c8af48f4b0f3c9512f4408ea?version=3.48.0 --- ### Before...

Upgrades the types to reflect the latest version (net +10 pictograms). Changes in the PR were auto-generated from this repo: https://github.com/metonym/-types__carbon-pictograms-react Please fill in this template. - [x] Use a...

Author is Owner
No Other Owners

When using this library with Svelte 5, I'm seeing development warnings in the console. ```sh 11:18:07 [vite] ✨ new dependencies optimized: svelte/internal/client 11:18:07 [vite] ✨ optimized dependencies changed. reloading 11:18:07...

**Features** - upgrade `@carbon/icons` to v11.51.0 (net +49 icons)

The generation script used to account for /Glyph$/ module names separately. However, these no longer seem to exist. This seems to only impact ICON_INDEX and the docs site. --- ![Image](https://github.com/user-attachments/assets/34aa7876-c799-40d0-b181-86bbc86cc7f7)

bug

If Sveld infers that `$$restProps` are passed to multiple elements, it uses an intersection `&` type. However, this produces a TypeScript error in the interface. ```ts type RestProps = SvelteHTMLElements["ul"]...

bug