|
4 år sedan | |
---|---|---|
.github | b87c75d7e9 Run prettier | 4 år sedan |
.vscode | b87c75d7e9 Run prettier | 4 år sedan |
scripts | b87c75d7e9 Run prettier | 4 år sedan |
src | b87c75d7e9 Run prettier | 4 år sedan |
test | b87c75d7e9 Run prettier | 4 år sedan |
.gitignore | e5d3880ac4 Don't use gulp anymore | 7 år sedan |
.npmignore | 6d29cf6810 Improve npmignore | 7 år sedan |
.prettierignore | 21ceb6a387 Add prettier | 4 år sedan |
.prettierrc | 21ceb6a387 Add prettier | 4 år sedan |
LICENSE.md | b87c75d7e9 Run prettier | 4 år sedan |
README.md | b87c75d7e9 Run prettier | 4 år sedan |
ThirdPartyNotices.txt | 92af97ca38 Refactor project shape | 7 år sedan |
package-lock.json | b87c75d7e9 Run prettier | 4 år sedan |
package.json | b87c75d7e9 Run prettier | 4 år sedan |
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.