7nik
7nik
Fixes #16163 caused by regression in #16118 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue...
Closes #16162 ### Before submitting the PR, please make sure you do the following - [x] It's really useful if your PR references an issue where it is discussed ahead...
### Describe the bug The style directive doesn't match `[style]` selector, so the element may not be scoped. ### Reproduction [REPL](https://svelte.dev/playground/hello-world?version=5.33.18#H4sIAAAAAAAAA22NwQ6CMAyGX2XpSROR-0QSb74D4zBZMUvqRrYCEsK7u6FHb_2_fn-7gtMvBAl3JPJi9oGMOKCxjOYIJ-gtYQTZrMDLkL0MEv-1bsNwjhMSZ_bQEf_xzjtGx-kMVMZOIvJCKIui9_6qUisoqBkjV2Xa1sopV-1KHrnZx1asOSjuPPkgxTMguktGW7LLr55eMb4ZJIcRtzYlbWm2zoDsNUXcPq-SmPztAAAA) ### Logs ```shell ``` ### System Info ```shell Svelte...
From https://github.com/sveltejs/svelte/issues/15782 If `tsconfig.json` does not contain `compilerOptions` and instead references other tsconfigs, svelte-preprocess fails to get the actual TS configs. In particular, it results in the fallbacked target ES2015,...
### Problem Reviving interlinked custom types, e.g. doubly linked list of custom objects, causes some fields to be `undefined`. [Example](https://svelte.dev/playground/hello-world?version=5.38.6#H4sIAAAAAAAAA52SwW6DMAyGX8XLoQIJMalHVir1tsu0Byg9BDBVpjRBSZquQrz7nEDbae0O2yn4t_37c8LAFD8gK9grSqnhpI1sIcFWOGxTlrFOSLSs2A7MnftQFwTS565N3-fWo3RBq7nFR3qjlUPlyIatbGNE79aVqpxEBxxKGEJQOc_lEQuoGK9YNkkKP10B6ijlLPQG_TdhfLn41A986n_4NA98mj_68DzUkVEdwzoPVRTyOZyzTQybSzYWkyAOvTYOBrDOCLUX3TmDnhuLMEJn9IGAWoxsFZtb6H6tA4PtsUFjbxu8nd_rD2wIOfEplGvwsFhAeEfd0XdZlmSmY0nFQuppYww_58LGMzSRuPV5HJeBj-jhDMy7uPFtPvHS6Ct1wrMrUvoD1Av_G-h2njVNinMiejLAXQbGdGJwN3O-JNt4XwmhZNdhEeFapyXmUu_JlCipJRitnm__puLLuGtcNJ-efZgv7i41xuUU_eiOIlY4c8RxRxEX8iRUy4qOS4vjF1SEBrxrAwAA) The following happens: during hydrating `a`: `a`'s data refers to...