Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
有没有一种快速的方法可以让typescript编译器源代码在VisualStudio中工作_Typescript - Fatal编程技术网

有没有一种快速的方法可以让typescript编译器源代码在VisualStudio中工作

有没有一种快速的方法可以让typescript编译器源代码在VisualStudio中工作,typescript,Typescript,我想在typesctipt编译器中进行一些教育性的调试,但是要让它在VisualStudio中工作似乎比我想象的要复杂一些 我尝试创建一个项目,并将编译器源文件添加到Visual Studio项目中,但这会导致数百个错误。只需使用Visual Studio在src/compiler文件夹中打开typescript.ts文件,您将获得typescript编译器项目。只需在中打开typescript.ts文件即可src/compiler文件夹,您将获得typeScript编译器项目。是。。。除了0.

我想在typesctipt编译器中进行一些教育性的调试,但是要让它在VisualStudio中工作似乎比我想象的要复杂一些


我尝试创建一个项目,并将编译器源文件添加到Visual Studio项目中,但这会导致数百个错误。

只需使用Visual Studio在
src/compiler
文件夹中打开
typescript.ts
文件,您将获得typescript编译器项目。

只需在中打开
typescript.ts
文件即可
src/compiler
文件夹,您将获得typeScript编译器项目。

是。。。除了0.9.5版本的编译器在为编译器中的某些文件生成源映射时生成错误外,它还可以工作:(.如果我取消选中该选项,它可以工作…10x以获得帮助:)是的。。。除了0.9.5版本的编译器在为编译器中的某些文件生成源映射时生成错误外,它还可以正常工作:(.如果我取消选中该选项,它可以正常工作…但需要10倍的帮助:)