mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
Fixes 25657. Jakefile: make concatenateFiles third parameter optional.
This commit is contained in:
@@ -817,7 +817,7 @@ function diagnosticsToString(diagnostics, pretty) {
|
||||
* Concatenate a list of sourceFiles to a destinationFile
|
||||
* @param {string} destinationFile
|
||||
* @param {string[]} sourceFiles
|
||||
* @param {string} extraContent
|
||||
* @param {string=} extraContent
|
||||
*/
|
||||
function concatenateFiles(destinationFile, sourceFiles, extraContent) {
|
||||
var temp = "temptemp";
|
||||
|
||||
Reference in New Issue
Block a user