fix linter issues

This commit is contained in:
Vladimir Matveev
2015-10-19 14:21:53 -07:00
parent c13c8bf316
commit f279c82409
+1 -1
View File
@@ -396,7 +396,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
* maps store association 'label -> labelMarker' where
* - label - value of label as it apprear in code
* - label marker - return value that should be interpreted by calling code as 'jump to <label>'
*/
*/
labeledNonLocalBreaks?: Map<string>;
labeledNonLocalContinues?: Map<string>;