Emit for decorators, updated to ES6 classes.

This commit is contained in:
Ron Buckton
2015-03-17 13:41:29 -07:00
parent 39001f5395
commit bd4d7fc9ee
4 changed files with 438 additions and 27 deletions

View File

@@ -1233,6 +1233,7 @@ module ts {
getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): number;
isUnknownIdentifier(location: Node, name: string): boolean;
getBlockScopedVariableId(node: Identifier): number;
getClassDeclarationVariableId(node: Identifier): number;
}
export const enum SymbolFlags {