Accepting request 1226126 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1226126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=30
This commit is contained in:
commit
afbd8a8812
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef67f8d8ad895858024b7339d3e34bf112cae3c5db1f538c3079038b17ae30fa
|
||||
size 4174590
|
3
typescript-5.7.2.tgz
Normal file
3
typescript-5.7.2.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6826f763112d55de0093fd94a4257cabadf1f40b387757e7c68485fc971e886b
|
||||
size 4231797
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 19:46:05 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 5.7.2
|
||||
* New features:
|
||||
+ Checks for Never-Initialized Variables
|
||||
+ Path Rewriting for Relative Paths
|
||||
+ Support for --target es2024 and --lib es2024
|
||||
+ Searching Ancestor Configuration Files for Project Ownership
|
||||
+ Faster Project Ownership Checks in Editors for Composite Projects
|
||||
+ Validated JSON Imports in --module nodenext
|
||||
+ Support for V8 Compile Caching in Node.js
|
||||
* Notable Behavioral Changes:
|
||||
+ lib.d.ts Types generated for the DOM may have an impact on type-checking
|
||||
your codebase.
|
||||
+ TypedArrays Are Now Generic Over ArrayBufferLike
|
||||
+ Creating Index Signatures from Non-Literal Method Names in Classes
|
||||
+ More Implicit any Errors on Functions Returning null and undefined
|
||||
|
||||
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 12:07:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: typescript
|
||||
Version: 5.6.3
|
||||
Version: 5.7.2
|
||||
Release: 0
|
||||
Summary: A language for application scale JavaScript development
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user