Accept baselines (#18903)

This commit is contained in:
Mohamed Hegazy
2017-10-02 19:08:13 -07:00
committed by GitHub
parent 6997e9b731
commit ae3f29ade6
6 changed files with 309 additions and 299 deletions

View File

@@ -2006,6 +2006,7 @@ namespace ts {
* @param host The host used to resolve files and directories.
* @param extraFileExtensions optionaly file extra file extension information from host
*/
/* @internal */
export function getFileNamesFromConfigSpecs(spec: ConfigFileSpecs, basePath: string, options: CompilerOptions, host: ParseConfigHost, extraFileExtensions: ReadonlyArray<JsFileExtensionInfo> = []): ExpandResult {
basePath = normalizePath(basePath);