@@ -208,22 +208,22 @@ export interface Options {
208
208
* escape hatchs from preservation of local state
209
209
* disable preservation of state for this component
210
210
*
211
- * @default ['@hmr:reset', '@!hmr']
211
+ * @default ['\ @hmr:reset', '\ @!hmr']
212
212
*/
213
213
noPreserveStateKey ?: string [ ]
214
214
215
215
/**
216
216
* enable preservation of state for all variables in this component
217
217
*
218
- * @default '@hmr:keep-all'
218
+ * @default '\ @hmr:keep-all'
219
219
*/
220
220
preserveAllLocalStateKey ?: string
221
221
222
222
/**
223
223
* enable preservation of state for a given variable (must be inline or
224
224
* above the target variable or variables; can be repeated)
225
225
*
226
- * @default '@hmr:keep'
226
+ * @default '\ @hmr:keep'
227
227
*/
228
228
preserveLocalStateKey ?: string
229
229
@@ -250,7 +250,7 @@ export interface Options {
250
250
251
251
/**
252
252
* auto accept modules of components have accessors (either accessors compile
253
- * option, or <svelte:option accessors={true} />) -- this means that if you
253
+ * option, or \ <svelte:option accessors=\ {true\ } /\ >) -- this means that if you
254
254
* set accessors compile option globally, you must also set this option to
255
255
* true, or no component will be hot reloaded (but there are a lot of edge
256
256
* cases that HMR can't support correctly with accessors)
0 commit comments