-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
Repro consists of:
a.ts
/// <reference path="typings\c.d.ts" />
b.d.ts
declare class Promise<T> {
x: T;
}
Typings\c.d.ts
/// <reference path="b.d.ts" />
/// <reference path="..\a.ts" />
Invoke: tc Typings\c.d.ts
Result:
Symbol.declarations, function (d) { return d.parent === currentNode.parent; }
TypeError: Cannot read property 'parent' of undefined
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue