forked from pool/typescript
Accepting request 1165975 from home:amanzini:branches:devel:languages:nodejs
- 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 OBS-URL: https://build.opensuse.org/request/show/1165975 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=45
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user