Merge branch 'master' into transforms

This commit is contained in:
Ron Buckton
2016-08-02 11:45:56 -07:00
803 changed files with 20616 additions and 35382 deletions
+3 -10
View File
@@ -30,7 +30,7 @@ namespace ts {
{
name: "extendedDiagnostics",
type: "boolean",
experimental: true,
experimental: true
},
{
name: "emitBOM",
@@ -140,12 +140,12 @@ namespace ts {
{
name: "noUnusedLocals",
type: "boolean",
description: Diagnostics.Report_Errors_on_Unused_Locals,
description: Diagnostics.Report_errors_on_unused_locals,
},
{
name: "noUnusedParameters",
type: "boolean",
description: Diagnostics.Report_Errors_on_Unused_Parameters
description: Diagnostics.Report_errors_on_unused_parameters,
},
{
name: "noLib",
@@ -699,9 +699,6 @@ namespace ts {
return output;
}
// Skip over any minified JavaScript files (ending in ".min.js")
// Skip over dotted files and folders as well
const ignoreFileNamePattern = /(\.min\.js$)|([\\/]\.[\w.])/;
/**
* Parse the contents of a config file (tsconfig.json).
* @param json The contents of the config file to parse
@@ -1013,10 +1010,6 @@ namespace ts {
continue;
}
if (ignoreFileNamePattern.test(file)) {
continue;
}
// We may have included a wildcard path with a lower priority
// extension due to the user-defined order of entries in the
// "include" array. If there is a lower priority extension in the