7
0
forked from pool/typescript

- Update to version 5.8.3

* Exclude completions of binding pattern variable initializers
  * Fixed a symbol display crash on expando members write locations 
  * Fix errors on type assertions in erasableSyntaxOnly
  * Fix serialization of accessor types in declaration files. 
  * Ban old-style type assertions under erasableSyntaxOnly
  * fix(60887): Incorrect Formatting on if (a) try {} finally {} 
  * Fix to use string literal type in ArrayBuffer's Symbol.toStringTag
  * fix(61167): Incorrect "Import may be converted to a default import" 
  * Treat contextually typed functions in JS files as typed 
  * update deps

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=65
This commit is contained in:
2025-04-12 08:10:51 +00:00
committed by Git OBS Bridge
parent fe0f55b552
commit b8e7a615a2
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Apr 12 07:42:19 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.8.3
* Exclude completions of binding pattern variable initializers
* Fixed a symbol display crash on expando members write locations
* Fix errors on type assertions in erasableSyntaxOnly
* Fix serialization of accessor types in declaration files.
* Ban old-style type assertions under erasableSyntaxOnly
* fix(60887): Incorrect Formatting on if (a) try {} finally {}
* Fix to use string literal type in ArrayBuffer's Symbol.toStringTag
* fix(61167): Incorrect "Import may be converted to a default import"
* Treat contextually typed functions in JS files as typed
* update deps
-------------------------------------------------------------------
Wed Mar 5 13:59:28 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>