Add comments

This commit is contained in:
Yui T
2015-08-20 16:29:55 -07:00
parent eda9aead11
commit c88908e300

View File

@@ -7003,8 +7003,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
}
}
/**
* Emit comments associated with node that will not be emitted into JS file
*/
function emitCommentsOnNotEmittedNode(node: Node) {
/// TODO (yuisu): comments
emitLeadingCommentsWorker(node, /*isEmittedNode:*/ false);
}