资讯

作者 | Daniel Dominguez译者 | 刘雅梦策划 | 丁晓昀TypeScript,微软的 JavaScript 静态类型超集,已经发布了 TypeScript 5.9 版本,带来了一系列开发者体验改进、新特性和性能优化。TypeScript 5.9 引入了多个特性,包括对延迟导入的支持、通过脚手架标志改进的默认项目设置,以及对 Node.js v20 ...
TypeScript 5.9 creates leaner tsconfig.json files The new TypeScript version reduces the tsconfig.json files to the essentials and supports deferring module evaluation and fold-out hover info.
Deferred module evaluation imports a module without immediately executing the module and its dependencies, avoiding unnecessary CPU work during initialization.
Peter starts integrating a TypeScript client-side object with a server-side Web API service. Along the way, he looks at method overloading (not good), making JSON calls (good), testing asynchronous ...
Microsoft shipped TypeScript 3.9, quickening the compile times for the increasingly popular programming language used to write software ranging from Angular and Vue to Visual Studio Code.