TypeScript Web-Based IDE

后端 未结 11 2125
暗喜
暗喜 2021-02-01 06:24

Given the fact that TypeScript is Open Source, is this Web-Based IDE also available as a tool that can be downloaded anywhere?

I\'m developing a web application in which

11条回答
  •  别跟我提以往
    2021-02-01 06:46

    As TypeScript's playground source code has not been made available until now, I've published an implementation—also based on the Monaco Editor—with some enhancements regarding compiler options and code execution:

    GitHub Repository: https://github.com/fabiandev/typescript-playground
    Online Playground: https://fabiandev.github.io/typescript-playground/

提交回复
热议问题