A browser based code editor
Find a file
2016-08-15 15:42:24 +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 clone _extraLibs before handing it out, fixes #5 2016-08-15 15:42:24 +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 0.5.0 2016-06-24 20:12:59 +02:00
README.md Update README.md 2016-06-28 17:54:48 +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

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