mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Remove 'name' property which was invalid.
This commit is contained in:
@@ -1515,7 +1515,9 @@ Actual: ${stringify(fullActual)}`);
|
||||
"argumentCount",
|
||||
];
|
||||
for (const key in options) {
|
||||
ts.Debug.assert(ts.contains(allKeys, key));
|
||||
if (!ts.contains(allKeys, key)) {
|
||||
ts.Debug.fail("Unexpected key " + key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -553,7 +553,6 @@ declare namespace FourSlashInterface {
|
||||
overloadsCount?: number;
|
||||
docComment?: string;
|
||||
text?: string;
|
||||
name?: string;
|
||||
parameterName?: string;
|
||||
parameterSpan?: string;
|
||||
parameterDocComment?: string;
|
||||
|
||||
Reference in New Issue
Block a user