build-tools-for-vmware-aria icon indicating copy to clipboard operation
build-tools-for-vmware-aria copied to clipboard

Upgrade to new TS version

Open VenelinBakalov opened this issue 1 year ago • 5 comments

Description

Original request: https://github.com/vmware/vrealize-developer-tools/issues/132

From time to time I find myself writing sound typescript code only to be stumped when building the project.

As I understand it the vrotsc is based on a much older typescript version than the one included in VS Code. In VS Code I have now version 5.1.3

and when looking at the vrotsc code it seems to be based of version 3.8.3

Would it be possible to present this infomation or perhaps download the correct version in order for the Intellisense to match the transpile step?

Example

Today I tried to use Template literal types.

With the default typescript in vscode image

All seems well until I build the project and it fails with. image

But if I manually install and use typescript version 3.8.3 The Intellisense shows it is not valid. image

VenelinBakalov avatar Jan 05 '24 12:01 VenelinBakalov

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Mar 07 '24 01:03 github-actions[bot]

Issue is not stale, currently there is a related PR opened: https://github.com/vmware/build-tools-for-vmware-aria/pull/245

VenelinBakalov avatar Mar 07 '24 07:03 VenelinBakalov

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Apr 07 '24 01:04 github-actions[bot]

Still in progress

VenelinBakalov avatar Apr 08 '24 07:04 VenelinBakalov

This would be nice... we're working towards improving our unit testing by leveraging yest, and the newer TSC could help

pe1pip avatar May 30 '24 08:05 pe1pip

Closed with https://github.com/vmware/build-tools-for-vmware-aria/pull/245

VenelinBakalov avatar Jun 18 '24 10:06 VenelinBakalov