mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-19 12:45:58 -05:00
Remove properties from types.ts
This commit is contained in:
@@ -692,7 +692,6 @@ module ts {
|
||||
export interface TaggedTemplateExpression extends MemberExpression {
|
||||
tag: LeftHandSideExpression;
|
||||
template: LiteralExpression | TemplateExpression;
|
||||
tempVariable?: Identifier; // Initialized in emitter.ts
|
||||
}
|
||||
|
||||
export type CallLikeExpression = CallExpression | NewExpression | TaggedTemplateExpression;
|
||||
@@ -704,7 +703,6 @@ module ts {
|
||||
|
||||
export interface Statement extends Node, ModuleElement {
|
||||
_statementBrand: any;
|
||||
downlevelTaggedTemplates?: TaggedTemplateExpression[]; // Initialized in binder.ts
|
||||
}
|
||||
|
||||
export interface Block extends Statement {
|
||||
|
||||
Reference in New Issue
Block a user