A browser based code editor
Go to file
2016-09-05 15:45:16 +02:00
.vscode Initial version 2016-06-09 12:39:51 +02:00
lib Initial version 2016-06-09 12:39:51 +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 Export apis 2016-06-16 11:54:41 +02:00
LICENSE.md Initial version 2016-06-09 12:39:51 +02:00
package.json depend on editor-core 0.6.0, bump own version 2016-09-05 14:35:15 +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 Adopt latest monaco-editor-core 2016-06-16 12:28:21 +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