Accepting request 1189261 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1189261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/typescript?expand=0&rev=27
This commit is contained in:
commit
4f3573f9f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47d21b40c99188b4158f8a444f132207957d528b1f80ccbc019ce9c4765c3d1
|
||||
size 4041052
|
3
typescript-5.5.4.tgz
Normal file
3
typescript-5.5.4.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2680b6354d462a1d90a2cf10c790e071f1c45081c9d4561cb47ce23c934d8586
|
||||
size 4043150
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 09:43:12 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 5.5.4
|
||||
* fixed Circular declarations cause infinite loops in getExportInfos since v5.5
|
||||
* fixed the return type of Int8Array::toReversed in es2023.array.d.ts is wrong
|
||||
* fixed Incorrect ES5 code emitted for closures in loops when noCheck is enabled
|
||||
* fixed Regression issue with React import when using "jsx": "react" compiler
|
||||
* fixed Scanner crash in services (TypeScript 5.5)
|
||||
* fixed TypeError: Cannot read properties of undefined (reading 'flags')
|
||||
at needsNameFromDeclaration at getNameForExportedSymbol
|
||||
* perf: Node.getChildren speed regression in ts 5.5 when used at very large scale
|
||||
|
||||
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 08:21:30 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: typescript
|
||||
Version: 5.5.3
|
||||
Version: 5.5.4
|
||||
Release: 0
|
||||
Summary: A language for application scale JavaScript development
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user