svelte-htm icon indicating copy to clipboard operation
svelte-htm copied to clipboard

tagged template syntax for svelte to simplify testing

Results 13 svelte-htm issues
Sort by recently updated
recently updated
newest added

How to use svelte-htm in browser?

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to...

Right now the peerDependencies indicate Svelte 3.x, which prevents me from upgrading to Svelte 4. Is there any plan on changing that to allow Svelte 4 compatibility?

Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.6.3 to 5.10.3. Release notes Sourced from eslint-plugin-testing-library's releases. v5.10.3 5.10.3 (2023-04-12) Bug Fixes deps: update dependencies to latest minor (#753) (9dbd966) v5.10.2 5.10.2 (2023-02-15) Bug Fixes...

dependencies

Bumps [xo](https://github.com/xojs/xo) from 0.52.3 to 0.54.1. Release notes Sourced from xo's releases. v0.54.1 Fix rule conflict (#714) 658d376 https://github.com/xojs/xo/compare/v0.54.0...v0.54.1 v0.54.0 New rules unicorn/no-typeof-undefined unicorn/no-negated-condition unicorn/prefer-set-size @typescript-eslint/no-duplicate-type-constituents Improvements Support TypeScript 5...

dependencies

I'm not sure if I'm doing this correctly, but here is my component: ```ts const describedby = writable(); const { container } = render( html` I am a description Contents...

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.0 to 7.21.4. Release notes Sourced from @​babel/preset-env's releases. v7.21.4 (2023-03-31) :bug: Bug Fix babel-core, babel-helper-module-imports, babel-preset-typescript #15478 Fix support for import/export in .cts files (@​liuxingbaoyu) babel-generator...

dependencies

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.0.3 to 29.5.0. Release notes Sourced from babel-jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...

dependencies

Hey, I keep getting the next error message when trying to use `svelte-htm` (running vitest). Rendering a simple component via `@testing-library/svelte` ``` const noDataMessage = 'no data'; render(html` data`); ```...

Hi, first of all, we appreciate this library so much, thank you for the hard work! In our tests, we have come across some odd behavior. We created a repro...