We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c92b2f commit 4d63fdeCopy full SHA for 4d63fde
1 file changed
bin/tsc.js
@@ -14661,7 +14661,7 @@ var ts;
14661
})(ts || (ts = {}));
14662
var ts;
14663
(function (ts) {
14664
- var version = "1.1.0.0";
+ var version = "1.1.0.1";
14665
function validateLocaleAndSetLanguage(locale, errors) {
14666
var matchResult = /^([a-z]+)([_\-]([a-z]+))?$/.exec(locale.toLowerCase());
14667
if (!matchResult) {
0 commit comments