简体   繁体   English

如何从存储库中逐步安装TypeScript的LKG版本?

[英]How can I install the LKG version of TypeScript from the repository step-by-step please?

I wish there was a detailed instruction on how I can install the latest-known-good version on TypeScript from the source code repository. 我希望有详细的说明,说明如何从源代码存储库在TypeScript上安装最新的已知良好版本。 Does anyone know how to do it? 有人知道怎么做吗?

UPDATE: 更新:

Ideally I would like to use it from the Visual Studio via the plugin. 理想情况下,我想通过插件在Visual Studio中使用它。

I wish there was a detailed instruction on how I can install the latest-known-good version on TypeScript from the source code repository. 我希望有详细的说明,说明如何从源代码存储库在TypeScript上安装最新的已知良好版本。 Does anyone know how to do it. 有谁知道该怎么做。 Ideally I would like to use it from the Visual Studio via the plugin. 理想情况下,我想通过插件在Visual Studio中使用它。

First: 第一:

I wish there was a detailed instruction on how I can install the latest-known-good version on TypeScript from the source code repository 我希望有详细的说明,说明如何从源代码存储库在TypeScript上安装最新的已知良好版本。

TypeScript now ships with nightlies : http://blogs.msdn.com/b/typescript/archive/2015/07/27/introducing-typescript-nightlies.aspx TypeScript现在附带了Nightlies: http : //blogs.msdn.com/b/typescript/archive/2015/07/27/introducing-typescript-nightlies.aspx

Second: 第二:

Ideally I would like to use it from the Visual Studio via the plugin. 理想情况下,我想通过插件在Visual Studio中使用它。

Documentation on how to use it with visual studio https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio 有关如何在Visual Studio中使用它的文档https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio

Corollary 推论

Atom-TypeScript https://atom.io/packages/atom-typescript uses fairly up to date builds of TypeScript. Atom-TypeScript https://atom.io/packages/atom-typescript使用相当新的TypeScript构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 WebStorm 在 TypeScript 而不是 JavaScript 中创建 Cucumber 步骤定义文件? - How can I use WebStorm to create a Cucumber step definition file in TypeScript instead of JavaScript? 如何在没有Internet的情况下安装最新版本的Typescript(离线)? - How can I install the latest version of Typescript without Internet (offline)? AWS CDK Typescript,如何从 lambda 触发步进函数? - AWS CDK Typescript, how to trigger step function from lambda? 如何安装与较早版本的TypeScript兼容的@types? - How can I install @types compatible with an older version of TypeScript? 如何逐步在大的nodeJS代码基础上引入打字稿? - How to introduce typescript on a big nodeJS code basis step by step? 如何直接从黄瓜特征文件导航到步骤定义 .TS 文件? - How can i directly navigate from cucumber feature file to step definition .TS file? 我如何在 Angular 上一次展示 NgFor 中的项目 - How can i present items from an NgFor one step at a time on Angular 如何重复承诺链中的一个步骤以及如何从失败的步骤中恢复? - How to repeat a step in a chain of promises and How to recover from a failed step? 黄瓜javascript-如何自动生成步骤定义文件? - Cucumber javascript - How can I automatically generate the step definitions files? 如何让后退按钮转到上一步 - How can I make the back button goes to the previous step
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM