typescript
Advanced tools
Comparing version 1.6.0-dev.20150818 to 1.6.0-dev.20150819
@@ -342,5 +342,5 @@ /*! ***************************************************************************** | ||
* @param searchValue A String object or string literal that represents the regular expression | ||
* @param replaceValue A function that returns the replacement text. | ||
* @param replacer A function that returns the replacement text. | ||
*/ | ||
replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; | ||
replace(searchValue: string, replacer: (substring: string, ...args: any[]) => string): string; | ||
@@ -357,5 +357,5 @@ /** | ||
* @param searchValue A Regular Expression object containing the regular expression pattern and applicable flags | ||
* @param replaceValue A function that returns the replacement text. | ||
* @param replacer A function that returns the replacement text. | ||
*/ | ||
replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string; | ||
replace(searchValue: RegExp, replacer: (substring: string, ...args: any[]) => string): string; | ||
@@ -362,0 +362,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.6.0-dev.20150818", | ||
"version": "1.6.0-dev.20150819", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "description": "TypeScript is a language for application scale JavaScript development", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12052066
231856