mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 16:38:46 -05:00
Style and rename test.
This commit is contained in:
@@ -4867,9 +4867,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
|
||||
}
|
||||
|
||||
function emitSerializedTypeNode(node: TypeNode) {
|
||||
|
||||
if(!node) {
|
||||
return; //don't write anything on the stream when type is not defined
|
||||
if (!node) {
|
||||
return;
|
||||
}
|
||||
|
||||
switch (node.kind) {
|
||||
|
||||
Reference in New Issue
Block a user