mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 01:39:28 -06:00
Add name property to Declaration temporarily
The property will go away in TypeScript 2.4 and only remain on NamedDeclaration.
This commit is contained in:
parent
367e072f54
commit
6b64feebdf
@ -605,6 +605,7 @@ namespace ts {
|
||||
|
||||
export interface Declaration extends Node {
|
||||
_declarationBrand: any;
|
||||
name?: DeclarationName;
|
||||
}
|
||||
|
||||
export interface NamedDeclaration extends Declaration {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user