Accepting request 1128607 from home:amanzini:branches:devel:languages:nodejs
- Update to version 5.3.2: * Import Attributes * Stable Support resolution-mode in Import Types * resolution-mode Supported in All Module Modes * switch (true) Narrowing * Narrowing On Comparisons to Booleans * instanceof Narrowing Through Symbol.hasInstance * Checks for super Property Accesses on Instance Fields * Interactive Inlay Hints for Types * Settings to Prefer type Auto-Imports * Optimizations by Skipping JSDoc Parsing * Optimizations by Comparing Non-Normalized Intersections * Consolidation Between tsserverlibrary.js and typescript.js * for details see https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/ * Breaking Changes and Correctness Improvements: - lib.d.ts Changes Types generated for the DOM may have an impact on your codebase. For more information, see the DOM updates for TypeScript 5.3. https://github.com/microsoft/TypeScript/pull/55798 OBS-URL: https://build.opensuse.org/request/show/1128607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/typescript?expand=0&rev=37
This commit is contained in:
parent
b5befe16bd
commit
867f88a822
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52e30f921a2fb921adb594c61904e18762174d668bbc159a112cda98ef6ada0c
|
||||
size 7230699
|
3
typescript-5.3.2.tgz
Normal file
3
typescript-5.3.2.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62d487dcc3e0f4cfaa3b752f282807e6cb34e5f9d4ea82cd8aa5071e713c21f1
|
||||
size 5761922
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 24 14:28:37 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 5.3.2:
|
||||
* Import Attributes
|
||||
* Stable Support resolution-mode in Import Types
|
||||
* resolution-mode Supported in All Module Modes
|
||||
* switch (true) Narrowing
|
||||
* Narrowing On Comparisons to Booleans
|
||||
* instanceof Narrowing Through Symbol.hasInstance
|
||||
* Checks for super Property Accesses on Instance Fields
|
||||
* Interactive Inlay Hints for Types
|
||||
* Settings to Prefer type Auto-Imports
|
||||
* Optimizations by Skipping JSDoc Parsing
|
||||
* Optimizations by Comparing Non-Normalized Intersections
|
||||
* Consolidation Between tsserverlibrary.js and typescript.js
|
||||
* for details see https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/
|
||||
* Breaking Changes and Correctness Improvements:
|
||||
- lib.d.ts Changes
|
||||
Types generated for the DOM may have an impact on your codebase.
|
||||
For more information, see the DOM updates for TypeScript 5.3.
|
||||
https://github.com/microsoft/TypeScript/pull/55798
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 26 14:47:39 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: typescript
|
||||
Version: 5.2.2
|
||||
Version: 5.3.2
|
||||
Release: 0
|
||||
Summary: A language for application scale JavaScript development
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user