Update LKG.

This commit is contained in:
Daniel Rosenwasser
2018-03-22 12:59:18 -07:00
parent c67fa9d6bd
commit bb89abd7fd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16738,7 +16738,7 @@ var ts;
case 280:
return (ts.isJSDocConstructSignature(node) ? "__new" : "__call");
case 148:
ts.Debug.assert(node.parent.kind === 280);
ts.Debug.assert(node.parent.kind === 280, "Impossible parameter parent kind", function () { return "parent is: " + (ts.SyntaxKind ? ts.SyntaxKind[node.parent.kind] : node.parent.kind) + ", expected JSDocFunctionType"; });
var functionType = node.parent;
var index = functionType.parameters.indexOf(node);
return "arg" + index;
+1 -1
View File
@@ -18952,7 +18952,7 @@ var ts;
case 280:
return (ts.isJSDocConstructSignature(node) ? "__new" : "__call");
case 148:
ts.Debug.assert(node.parent.kind === 280);
ts.Debug.assert(node.parent.kind === 280, "Impossible parameter parent kind", function () { return "parent is: " + (ts.SyntaxKind ? ts.SyntaxKind[node.parent.kind] : node.parent.kind) + ", expected JSDocFunctionType"; });
var functionType = node.parent;
var index = functionType.parameters.indexOf(node);
return "arg" + index;
+1 -1
View File
@@ -24172,7 +24172,7 @@ var ts;
case 148 /* Parameter */:
// Parameters with names are handled at the top of this function. Parameters
// without names can only come from JSDocFunctionTypes.
ts.Debug.assert(node.parent.kind === 280 /* JSDocFunctionType */);
ts.Debug.assert(node.parent.kind === 280 /* JSDocFunctionType */, "Impossible parameter parent kind", function () { return "parent is: " + (ts.SyntaxKind ? ts.SyntaxKind[node.parent.kind] : node.parent.kind) + ", expected JSDocFunctionType"; });
var functionType = node.parent;
var index = functionType.parameters.indexOf(node);
return "arg" + index;
+1 -1
View File
@@ -21053,7 +21053,7 @@ var ts;
case 148 /* Parameter */:
// Parameters with names are handled at the top of this function. Parameters
// without names can only come from JSDocFunctionTypes.
ts.Debug.assert(node.parent.kind === 280 /* JSDocFunctionType */);
ts.Debug.assert(node.parent.kind === 280 /* JSDocFunctionType */, "Impossible parameter parent kind", function () { return "parent is: " + (ts.SyntaxKind ? ts.SyntaxKind[node.parent.kind] : node.parent.kind) + ", expected JSDocFunctionType"; });
var functionType = node.parent;
var index = functionType.parameters.indexOf(node);
return "arg" + index;
+1 -1
View File
@@ -21053,7 +21053,7 @@ var ts;
case 148 /* Parameter */:
// Parameters with names are handled at the top of this function. Parameters
// without names can only come from JSDocFunctionTypes.
ts.Debug.assert(node.parent.kind === 280 /* JSDocFunctionType */);
ts.Debug.assert(node.parent.kind === 280 /* JSDocFunctionType */, "Impossible parameter parent kind", function () { return "parent is: " + (ts.SyntaxKind ? ts.SyntaxKind[node.parent.kind] : node.parent.kind) + ", expected JSDocFunctionType"; });
var functionType = node.parent;
var index = functionType.parameters.indexOf(node);
return "arg" + index;