Add descriptions to generation/generators/comprehensions
This commit is contained in:
parent
06867dd52b
commit
dfea7368e1
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user