A browser based code editor
 
 
 
Go to file
Alex Dima 1ea9e2f88b 0.5.0 2016-06-24 20:12:59 +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 Adopt monaco-editor-core@0.5.1 2016-06-24 20:12:20 +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
LICENSE.md Initial version 2016-06-09 12:39:51 +02:00
README.md Adopt monaco-editor-core@0.5.1 2016-06-24 20:12:20 +02:00
gulpfile.js Export apis 2016-06-16 11:54:41 +02:00
package.json 0.5.0 2016-06-24 20:12:59 +02:00
tsconfig.json Adopt latest monaco-editor-core 2016-06-16 12:28:21 +02:00

README.md

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

License

MIT