initial revision of downlevel compilation for let/const bindings

This commit is contained in:
Vladimir Matveev
2015-02-14 00:48:46 -08:00
parent b1dc910b4a
commit a0bcd7eabf
3 changed files with 237 additions and 39 deletions

View File

@@ -1138,6 +1138,7 @@ module ts {
// Returns the constant value this property access resolves to, or 'undefined' for a non-constant
getConstantValue(node: EnumMember | PropertyAccessExpression | ElementAccessExpression): number;
isUnknownIdentifier(location: Node, name: string): boolean;
getBlockScopedVariableId(node: Identifier): number;
}
export const enum SymbolFlags {