1.0.4 • Published 4 years ago
monaco-action-dsl v1.0.4
monaco-action-dsl
Simple TypeScript and JavaScript language support for the Monaco Editor.
Installing
This npm module is bundled and distributed in the monaco-editor npm module.
Development
git clone https://github.com/Microsoft/monaco-typescriptcd monaco-typescriptnpm install .npm run compilenpm run watch- open
$/monaco-typescript/test/index.htmlin your favorite browser.
Updating TypeScript
- change typescript's version in
package.json. - execute
npm install . - execute
npm run import-typescript - adopt new APIs
fix
- search
vs/language/typescript/lib/typescriptServicesintsWoker.js - add
return ts;