note to self

pull/17038/head
Rich Harris 1 week ago
parent b4ad332426
commit 4cacaa31dc

@ -150,6 +150,7 @@ export function Program(node, context) {
context.next();
}
// TODO find a way to DRY out this and the corresponding server visitor
/**
* @param {Program} program
* @param {ComponentContext} context

@ -20,6 +20,7 @@ export function Program(node, context) {
context.next();
}
// TODO find a way to DRY out this and the corresponding server visitor
/**
* @param {Program} program
* @param {ComponentContext} context

Loading…
Cancel
Save