7
0
forked from pool/typescript

Accepting request 1250430 from home:amanzini:branches:devel:languages:nodejs

- Update to version 5.8.2
  * Granular Checks for Branches in Return Expressions
  * Support for require() of ECMAScript Modules in --module nodenext
  * new flag --module node18
  * The --erasableSyntaxOnly Option
  * The --libReplacement Flag
  * Preserved Computed Property Names in Declaration Files
  * Optimizations on Program Loads and Updates
  * Restrictions on Import Assertions Under --module nodenext
see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/

OBS-URL: https://build.opensuse.org/request/show/1250430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=63
This commit is contained in:
2025-03-06 17:07:05 +00:00
committed by Git OBS Bridge
parent a79fa6e698
commit fe0f55b552
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 5 13:59:28 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 5.8.2
* Granular Checks for Branches in Return Expressions
* Support for require() of ECMAScript Modules in --module nodenext
* new flag --module node18
* The --erasableSyntaxOnly Option
* The --libReplacement Flag
* Preserved Computed Property Names in Declaration Files
* Optimizations on Program Loads and Updates
* Restrictions on Import Assertions Under --module nodenext
see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/
-------------------------------------------------------------------
Sat Jan 11 14:49:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>