Add descriptions to generation/generators/comprehensions

This commit is contained in:
James Kyle 2015-07-03 20:57:45 +01:00
parent 06867dd52b
commit dfea7368e1

View File

@ -1,5 +1,5 @@
/**
* [Please add a description.]
* Prints ComprehensionBlock, prints left and right.
*/
export function ComprehensionBlock(node, print) {
@ -12,7 +12,7 @@ export function ComprehensionBlock(node, print) {
}
/**
* [Please add a description.]
* Prints ComprehensionExpression, prints blocks, filter, and body. Handles generators.
*/
export function ComprehensionExpression(node, print) {