mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 01:33:08 -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user