|
|
@ -167,7 +167,7 @@ export function client_component(analysis, options) {
|
|
|
|
in_constructor: false,
|
|
|
|
in_constructor: false,
|
|
|
|
instance_level_snippets: [],
|
|
|
|
instance_level_snippets: [],
|
|
|
|
module_level_snippets: [],
|
|
|
|
module_level_snippets: [],
|
|
|
|
is_functional_template_mode: true, //options.templatingMode === 'functional',
|
|
|
|
is_functional_template_mode: options.templatingMode === 'functional',
|
|
|
|
|
|
|
|
|
|
|
|
// these are set inside the `Fragment` visitor, and cannot be used until then
|
|
|
|
// these are set inside the `Fragment` visitor, and cannot be used until then
|
|
|
|
init: /** @type {any} */ (null),
|
|
|
|
init: /** @type {any} */ (null),
|
|
|
|