feat(web): wasm justified layout, sync edition (#23194)

* the invisible wasm

use npm version

* deterministic tests

* add todo

* linting

* bump library, add helpers

* use target height for unfilled rows

* update tests
This commit is contained in:
Mert 2025-10-25 01:06:05 -04:00 committed by GitHub
parent 328380cfda
commit 3f03a88767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 93 additions and 117 deletions

View file

@ -122,6 +122,7 @@ export default typescriptEslint.config(
'unicorn/prefer-top-level-await': 'off',
'unicorn/import-style': 'off',
'unicorn/no-array-sort': 'off',
'unicorn/no-for-loop': 'off',
'svelte/button-has-type': 'error',
'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/no-floating-promises': 'error',