|
hace 4 años | |
---|---|---|
.github | hace 4 años | |
.vscode | hace 4 años | |
scripts | hace 4 años | |
src | hace 4 años | |
test | hace 4 años | |
.gitignore | hace 4 años | |
.npmignore | hace 4 años | |
.prettierignore | hace 4 años | |
.prettierrc | hace 4 años | |
LICENSE.md | hace 4 años | |
README.md | hace 4 años | |
ThirdPartyNotices.txt | hace 7 años | |
monaco.d.ts | hace 4 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años |
Simple TypeScript and JavaScript language support for the Monaco Editor.
Note that this project focuses on single-file scenarios and that things like project-isolation, cross-file-features like Rename etc. are outside the scope of this project and not supported.
Please file issues concerning monaco-typescript
in the monaco-editor
repository.
This npm module is bundled and distributed in the monaco-editor npm module.
git clone https://github.com/Microsoft/monaco-typescript
cd monaco-typescript
npm install .
npm run compile
npm run watch
$/monaco-typescript/test/index.html
in your favorite browser.package.json
.npm install .
npm run import-typescript
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.