|
|
@ -165,6 +165,7 @@ export function client_component(analysis, options) {
|
|
|
|
state_fields: new Map(),
|
|
|
|
state_fields: new Map(),
|
|
|
|
transform: {},
|
|
|
|
transform: {},
|
|
|
|
in_constructor: false,
|
|
|
|
in_constructor: false,
|
|
|
|
|
|
|
|
in_derived: false,
|
|
|
|
instance_level_snippets: [],
|
|
|
|
instance_level_snippets: [],
|
|
|
|
module_level_snippets: [],
|
|
|
|
module_level_snippets: [],
|
|
|
|
|
|
|
|
|
|
|
@ -703,6 +704,7 @@ export function client_module(analysis, options) {
|
|
|
|
state_fields: new Map(),
|
|
|
|
state_fields: new Map(),
|
|
|
|
transform: {},
|
|
|
|
transform: {},
|
|
|
|
in_constructor: false,
|
|
|
|
in_constructor: false,
|
|
|
|
|
|
|
|
in_derived: false,
|
|
|
|
is_instance: false
|
|
|
|
is_instance: false
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|