|
4 anni fa | |
---|---|---|
.github | b87c75d7e9 Run prettier | 4 anni fa |
.vscode | ee95401a40 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 anni fa |
scripts | 8381cb3579 Fixes microsoft/monaco-editor#1937: Remove debugger statement | 4 anni fa |
src | 8664abc331 Add missing setWorkerOptions | 4 anni fa |
test | e31737a45d `var` -> `let` | 4 anni fa |
.gitignore | ee95401a40 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 anni fa |
.npmignore | 4f7c1f574f improve `.npmignore` | 4 anni fa |
.prettierignore | ee95401a40 Use the global `monaco` only in the AMD case (see microsoft/monaco-editor#1974) | 4 anni fa |
.prettierrc | c196027bdc Increase `printWidth` | 4 anni fa |
LICENSE.md | b87c75d7e9 Run prettier | 4 anni fa |
README.md | b87c75d7e9 Run prettier | 4 anni fa |
ThirdPartyNotices.txt | 92af97ca38 Refactor project shape | 7 anni fa |
monaco.d.ts | bbedc82694 commit generated file | 4 anni fa |
package-lock.json | 2dcf85a5e8 4.1.1 | 4 anni fa |
package.json | 2dcf85a5e8 4.1.1 | 4 anni fa |
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.