- Adding missing diagnostic message

- removing extra semi-colon
This commit is contained in:
Jason Ramsay 2016-03-08 18:38:39 -08:00
parent 77f317e27f
commit 11102dc771
2 changed files with 5 additions and 2 deletions

View File

@ -2450,11 +2450,14 @@
"category": "Message",
"code": 6084
},
"Option '{0}' should have array of strings as a value.": {
"category": "Error",
"code": 6103
},
"Do not emit 'use strict' directives in module output.": {
"category": "Message",
"code": 6112
},
"Variable '{0}' implicitly has an '{1}' type.": {
"category": "Error",
"code": 7005

View File

@ -63,7 +63,7 @@ namespace ts.JsTyping {
}
else {
safeList = {};
};
}
}
const filesToWatch: string[] = [];