* Gets the kind of the current open block.
()
| 103452 | * Gets the kind of the current open block. |
| 103453 | */ |
| 103454 | function peekBlockKind() { |
| 103455 | var block = peekBlock(); |
| 103456 | return block && block.kind; |
| 103457 | } |
| 103458 | /** |
| 103459 | * Begins a code block for a generated `with` statement. |
| 103460 | * |
no test coverage detected