MyGit

@nuxt/typescript-build@2.0.4

nuxt/typescript

版本发布时间: 2021-01-16 22:13:56

nuxt/typescript最新发布版本:@nuxt/typescript-runtime@3.0.2(2023-11-17 04:15:40)

Dependencies

TypeScript 4.1

You may have type issues you need to fix while upgrading.

For example a common one is for void Promises you need to explicitly type the return type of the Promise :

new Promise<void>()

instead of

new Promise()

Anyway, your IDE & type checker will tell you what's going wrong and you'll be able to quick fix it !

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-01-16发行的版本