你的位置: 码友网首页 / 资讯源列表 / Announcing TypeScript 3.4

关于[Announcing TypeScript 3.4]的摘要:

Today we’re happy to announce the availability of TypeScript 3.4! If you haven’t yet used TypeScript, it’s a language that builds on JavaScript that adds optional static types. The TypeScript project provides a compiler that checks your programs based on these types to prevent certain classes of errors, and then strips them out of your program so you can get clean readable JavaScript code that will run in any ECMAScript runtime (like your favorite browser, or Node.js). TypeScript also leverages this type information to provide a language server, which can be used for powerful cross-platform editor tooling like code completions, find-all-references, quick fixes, and refactorings.

原文地址: https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/

收录时间: 2019-04-03 浏览量: 1488 分类: 前端开发

| 0 收藏 | 0