mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-25 00:51:01 +01:00
d9698551fb
closes #7425 Uses a new ensure_array_like function to use Array.from in case the variable doesn't have a length property ('length' in 'some string' fails, therefore obj?.length). This ensures other places can stay unmodified. Using for (const x of y) constructs would require large changes across the each block code where it's uncertain that it would work for all cases since the array length is needed in various places. |
||
---|---|---|
.. | ||
00-introduction.md | ||
01-getting-started.md | ||
02-component-format.md | ||
03-template-syntax.md | ||
04-run-time.md | ||
05-compile-time.md | ||
06-accessibility-warnings.md |