pull/3201/head
Richard Harris 5 years ago
parent 43d201e991
commit e5be2ec348

@ -238,7 +238,7 @@ export default class Expression {
const { code } = component;
let function_expression;
let pending_assignments = new Set();
let pending_assignments: Set<string> = new Set();
let dependencies: Set<string>;
let contextual_dependencies: Set<string>;

@ -336,7 +336,7 @@ describe('store', () => {
fn(42);
return {
unsubscribe: () => {}
}
};
}
};

Loading…
Cancel
Save