typescript
Advanced tools
Comparing version 5.8.0-dev.20250116 to 5.8.0-dev.20250117
@@ -52,3 +52,3 @@ /*! ***************************************************************************** | ||
* a negative value if the first argument is less than the second argument, zero if they're equal, and a positive | ||
* value otherwise. If omitted, the elements are sorted in ascending, ASCII character order. | ||
* value otherwise. If omitted, the elements are sorted in ascending, UTF-16 code unit order. | ||
* ```ts | ||
@@ -131,3 +131,3 @@ * [11, 2, 22, 1].toSorted((a, b) => a - b) // [1, 2, 11, 22] | ||
* a negative value if the first argument is less than the second argument, zero if they're equal, and a positive | ||
* value otherwise. If omitted, the elements are sorted in ascending, ASCII character order. | ||
* value otherwise. If omitted, the elements are sorted in ascending, UTF-16 code unit order. | ||
* ```ts | ||
@@ -134,0 +134,0 @@ * [11, 2, 22, 1].toSorted((a, b) => a - b) // [1, 2, 11, 22] |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.typescriptlang.org/", | ||
"version": "5.8.0-dev.20250116", | ||
"version": "5.8.0-dev.20250117", | ||
"license": "Apache-2.0", | ||
@@ -120,3 +120,3 @@ "description": "TypeScript is a language for application scale JavaScript development", | ||
}, | ||
"gitHead": "700ee076e515db2ef49d8cf7e4dc4bf70679575c" | ||
"gitHead": "7901a397214e8c7b39de8954eecc707dce8cb099" | ||
} |
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
22799928