Merge branch 'master' into strictChecks

This commit is contained in:
Anders Hejlsberg
2017-03-05 16:31:22 -08:00
47 changed files with 288 additions and 154 deletions
+1 -1
View File
@@ -3297,7 +3297,7 @@
}
export interface PluginImport {
name: string
name: string;
}
export type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[];