pull/12780/head
Rich Harris 2 years ago
parent 7a43542985
commit 1a1b099413

@ -290,10 +290,7 @@ export function with_loc(target, source) {
*/
export function create_derived_block_argument(node, context) {
if (node.type === 'Identifier') {
context.state.transform[node.name] = {
read: get_value
};
context.state.transform[node.name] = { read: get_value };
return { id: node, declarations: null };
}

Loading…
Cancel
Save