mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-12 19:31:16 -05:00
replacing let with const
This commit is contained in:
@@ -1097,4 +1097,4 @@ module TypeScript.Services {
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
let toolsVersion = "1.6";
|
||||
const toolsVersion = "1.6";
|
||||
|
||||
Reference in New Issue
Block a user