|
|
|
|
@@ -1,3 +1,82 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 10 12:07:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.6.3
|
|
|
|
|
* fix automatic type acquisition
|
|
|
|
|
* Don't issue implicit any when obtaining the implied type for
|
|
|
|
|
a binding pattern
|
|
|
|
|
* Remove tsbuildInfo specification error
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 15 15:14:16 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.6.2
|
|
|
|
|
* fixed parseCommandLine fails with --build and --force
|
|
|
|
|
* fixed Watch cannot handle large amount of file changes
|
|
|
|
|
* fixed tsc crash with Error: start < 0 in a specific config
|
|
|
|
|
* allow use export = in .cts when module is esnext
|
|
|
|
|
* fixed verbatimModuleSyntax + import of ambient const enum missing error
|
|
|
|
|
* fixed Can't augment function overload is function is exported via export {}
|
|
|
|
|
* fixed Crash when using a combination of a switch statement, optional
|
|
|
|
|
chaining, an implicit any array, and ts strict settings.
|
|
|
|
|
* fixed Declaration emit change in 5.5 with exactOptionalPropertyTypes
|
|
|
|
|
* fixed Duplicate exports.* = assignments in CommonJS output in some cases
|
|
|
|
|
* fixed LiteralPropertyName should allow BigInt
|
|
|
|
|
* fixed Ghost errors and inconsistencies in destructuring patterns
|
|
|
|
|
|
|
|
|
|
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.5.3
|
|
|
|
|
* fixed #59032 JavaScript and TypeScript language service has been disabled
|
|
|
|
|
after crashing repeatedly
|
|
|
|
|
* fixed #58955 @import JSDoc tag doesn't seem to account for resolution-mode
|
|
|
|
|
import attribute in TS v5.5.2
|
|
|
|
|
|
|
|
|
|
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 22 16:14:51 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.5.2
|
|
|
|
|
* Inferred Type Predicates
|
|
|
|
|
* Control Flow Narrowing for Constant Indexed Accesses
|
|
|
|
|
* The JSDoc @import Tag
|
|
|
|
|
* Regular Expression Syntax Checking
|
|
|
|
|
* Support for New ECMAScript Set Methods
|
|
|
|
|
* Isolated Declarations
|
|
|
|
|
* The ${configDir} Template Variable for Configuration Files
|
|
|
|
|
* Consulting package.json Dependencies for Declaration File Generation
|
|
|
|
|
* Editor and Watch-Mode Reliability Improvements
|
|
|
|
|
* Performance and Size Optimizations
|
|
|
|
|
* Easier API Consumption from ECMAScript Modules
|
|
|
|
|
* The transpileDeclaration API
|
|
|
|
|
* Notable Behavioral Changes
|
|
|
|
|
+ Disabling Features Deprecated in TypeScript 5.0
|
|
|
|
|
+ lib.d.ts Changes
|
|
|
|
|
+ Stricter Parsing for Decorators
|
|
|
|
|
+ undefined is No Longer a Definable Type Name
|
|
|
|
|
+ Simplified Reference Directive Declaration Emit
|
|
|
|
|
|
|
|
|
|
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 21 14:07:03 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
|