pull/17038/head
Rich Harris 1 week ago
parent 96ad539251
commit c8c030af22

@ -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} */ (

Loading…
Cancel
Save