Accepting request 1165994 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1165994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=23
This commit is contained in:
commit
c19c7d83e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1fe425dd986563370ea040a173022216ac93dc4d5e977e6f6d47539302f1090
|
||||
size 5824407
|
3
typescript-5.4.4.tgz
Normal file
3
typescript-5.4.4.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a5b3b80f055936eef797431778bbb3c39c1a4d3fcdbea16f9ac9dc343454c48
|
||||
size 5825725
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 16:09:40 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 5.4.4
|
||||
* Fix: Incorrect Path Resolution for Type Imports in TypeScript Declarations
|
||||
* Fix: "Inferred type cannot be named" error caused by adding paths to tsconfig
|
||||
* Fix: Incorrect parameter hint is highlighted when arguments contain spread syntax
|
||||
* Fix: Fixed a regression related to determining argument index when spread elements are involved
|
||||
* Fix: Directories dont check modified time when sending "change" event
|
||||
* Fix: "Expression produces a union type that is too complex to represent" when using interfaces
|
||||
with large number of params for filtering and narrowing down certain keys
|
||||
* Watch events Enhancements
|
||||
|
||||
- Add empty %check section to the .spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 07:05:34 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: typescript
|
||||
Version: 5.4.3
|
||||
Version: 5.4.4
|
||||
Release: 0
|
||||
Summary: A language for application scale JavaScript development
|
||||
License: Apache-2.0
|
||||
@ -54,6 +54,8 @@ done
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
%license LICENSE.txt ThirdPartyNoticeText.txt
|
||||
%doc README.md
|
||||
|
Loading…
Reference in New Issue
Block a user