Eric Liu

Results 69 issues of Eric Liu

Closes #215 This is technically a breaking change so the major version should be incremented. This changes the semantics of how `code` and `language` props are typed. Both should be...

Currently, code styles are applied globally. It could be useful if styles code be scoped, which would allow the ability use different styles in the same page. The docs site...

enhancement

Currently, the `code` and `language` props are marked as optional because they have default values. They should be typed as required props since the component wouldn't work without them. -...

Currently, the Svelte compiler is unable to recognize `svelte:element` tags or `@const` tags in `#if` blocks. This PR upgrades svelte to the latest minor version. In the AST Explorer, the...

Currently, Svelte is a parser under the HTML category. Although Svelte markup is a superset of HTML, Svelte can be considered its own language[^1]. This PR adds Svelte as its...

This upgrades `@types/carbon__elements` to align with the latest major version. Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the...

Author is Owner
No Other Owners
Huge Change

[`@const`](https://svelte.dev/docs#template-syntax-const) is supported in Svelte version 3.46

I find `@component` comments to be highly useful. I actually wasn't aware it was supported by the Svelte Language Server until recently. When visiting the documentation site, I cannot find...

docs

Does several things: **Docs** - Adds an example using the autoclose `timeout` prop. **Fixes #1914** - Fixes `ToastNotification` to start the timer in a reactive statement instead of `onMount`. This...