Age | Commit message (Collapse) | Author |
|
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>
|
|
https://github.com/denoland/TypeScript/pull/9
|
|
Without `using` declarations or decorator metadata (waiting for that in
v8).
|
|
|
|
Integrates https://github.com/denoland/TypeScript/pull/7
|
|
This upgrades TypeScript to 5.0.2, but does not have ES decorator
support because swc does not support that yet.
|
|
Updated from: https://github.com/denoland/TypeScript/pull/2
|
|
|