Bartek Iwańczuk
3242e2718f
feat: Upgrade to TypeScript 5.5.2 ( #24326 )
...
This commit upgrades TypeScript to 5.5.2.
https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
2024-07-03 16:09:54 +02:00
David Sherret
ac4a5f74b8
feat: TypeScript 5.4 ( #23086 )
...
Fork PR: https://github.com/denoland/TypeScript/pull/10
Closes #23080
2024-03-26 18:52:57 -04:00
Bartek Iwańczuk
5143b9e7d3
feat(unstable): add Temporal API support ( #21738 )
...
This commit adds support for [Stage 3 Temporal API
proposal](https://tc39.es/proposal-temporal/docs/ ).
The API is available when `--unstable-temporal` flag is passed.
---------
Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
Co-authored-by: Kenta Moriuchi <moriken@kimamass.com>
2024-01-15 01:26:57 +01:00
David Sherret
68d356eed9
feat: TypeScript 5.3 ( #21480 )
...
https://github.com/denoland/TypeScript/pull/9
2023-12-06 18:49:34 -05:00
David Sherret
2fcf1f14cf
feat: TypeScript 5.0.2 (except decorators) ( #18294 )
...
This upgrades TypeScript to 5.0.2, but does not have ES decorator
support because swc does not support that yet.
2023-03-21 15:46:40 +00:00
David Sherret
f4385866f8
feat: upgrade to TypeScript 4.9.3 ( #16973 )
...
Updated from: https://github.com/denoland/TypeScript/pull/2
2022-12-07 12:59:59 -05:00
David Sherret
dcb4ffb93a
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder ( #16820 )
2022-11-25 18:29:48 -05:00