mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 12:57:11 -06:00
Don't check container invariants. They don't hold true in incremental scenarios.
This commit is contained in:
parent
6326b9d51f
commit
935ba82efd
@ -234,10 +234,8 @@ module ts {
|
||||
parent = node;
|
||||
if (symbolKind & SymbolFlags.IsContainer) {
|
||||
container = node;
|
||||
Debug.assert(container.nextContainer === undefined);
|
||||
|
||||
if (lastContainer) {
|
||||
Debug.assert(lastContainer.nextContainer === undefined);
|
||||
lastContainer.nextContainer = container;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user