|
|
|
@ -407,7 +407,8 @@ export function server_module(analysis, options) {
|
|
|
|
// to be present for `javascript_visitors_legacy` and so is included in module
|
|
|
|
// to be present for `javascript_visitors_legacy` and so is included in module
|
|
|
|
// transform state as well as component transform state
|
|
|
|
// transform state as well as component transform state
|
|
|
|
legacy_reactive_statements: new Map(),
|
|
|
|
legacy_reactive_statements: new Map(),
|
|
|
|
state_fields: new Map()
|
|
|
|
state_fields: new Map(),
|
|
|
|
|
|
|
|
is_instance: false
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
const module = /** @type {ESTree.Program} */ (
|
|
|
|
const module = /** @type {ESTree.Program} */ (
|
|
|
|
|