mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
more code review comments
This commit is contained in:
@@ -84,9 +84,9 @@ module RWC {
|
||||
}
|
||||
|
||||
// Load the files
|
||||
ts.forEach(fileNames, fileName => {
|
||||
for (let fileName of fileNames) {
|
||||
inputFiles.push(getHarnessCompilerInputUnit(fileName));
|
||||
});
|
||||
}
|
||||
|
||||
// Add files to compilation
|
||||
let isInInputList = (resolvedPath: string) => (inputFile: { unitName: string; content: string; }) => inputFile.unitName === resolvedPath;
|
||||
|
||||
Reference in New Issue
Block a user