A browser based code editor
Find a file
2016-10-06 17:03:10 +02:00
.vscode Initial version 2016-06-09 12:39:51 +02:00
lib Allow r.js to digest typescriptServices.js 2016-10-06 17:03:10 +02:00
src on model remove dispose listener, clear timeout, fixes #10 2016-08-26 11:24:01 +02:00
test Initial version 2016-06-09 12:39:51 +02:00
.gitignore Initial version 2016-06-09 12:39:51 +02:00
.npmignore Initial version 2016-06-09 12:39:51 +02:00
gulpfile.js Allow r.js to digest typescriptServices.js 2016-10-06 17:03:10 +02:00
LICENSE.md Initial version 2016-06-09 12:39:51 +02:00
package.json 1.0.0 2016-10-06 17:00:03 +02:00
README.md mention where to file issues 2016-08-26 11:26:52 +02:00
ThirdPartyNotices.txt Add ThirdPartyNotices.txt file mentioning TypeScript 2016-09-05 15:45:16 +02:00
tsconfig.json Fix tsconfig.json 2016-10-06 16:59:26 +02:00

Monaco TypeScript

TypeScript and JavaScript language support for the Monaco Editor.

typescript

Issues

Please file issues concering monaco-typescript in the monaco-editor-repository.

Installing

This npm module is bundled and distributed in the monaco-editor npm module.

Dev: cheat sheet

  • initial setup with npm install .
  • compile with npm run watch
  • test with npm run test
  • bundle with npm run prepublish

Dev: Running monaco-typescript from source

[Optional] Running monaco-editor-core from source

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT