|
4 жил өмнө | |
---|---|---|
.github | e8b0174a8e update CI to also run on push | 4 жил өмнө |
.vscode | ee95401a40 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 жил өмнө |
scripts | cc8da6b7fb Adds a regex fix for the perf_hooks import in TS 4.1 | 4 жил өмнө |
src | c258dd0cec update deps | 4 жил өмнө |
test | e31737a45d `var` -> `let` | 4 жил өмнө |
.gitignore | ee95401a40 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 жил өмнө |
.npmignore | 4f7c1f574f improve `.npmignore` | 4 жил өмнө |
.prettierignore | ee95401a40 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 жил өмнө |
.prettierrc | c196027bdc Increase `printWidth` | 4 жил өмнө |
LICENSE.md | b87c75d7e9 Run prettier | 4 жил өмнө |
README.md | b87c75d7e9 Run prettier | 4 жил өмнө |
ThirdPartyNotices.txt | 92af97ca38 Refactor project shape | 7 жил өмнө |
monaco.d.ts | c258dd0cec update deps | 4 жил өмнө |
package-lock.json | c258dd0cec update deps | 4 жил өмнө |
package.json | c258dd0cec update deps | 4 жил өмнө |
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.