mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-16 15:51:35 -05:00
Fix tranced es5 classes after new scope
This commit is contained in:
@@ -163,6 +163,7 @@ namespace ts.NavigationBar {
|
||||
// Save the old parent
|
||||
parentsStack.push(parent);
|
||||
trackedEs5ClassesStack.push(trackedEs5Classes);
|
||||
trackedEs5Classes = undefined;
|
||||
parent = navNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user