@placatus/monaco-typescript
TypeScript icon, indicating that this package has built-in type declarations

4.10.0 • Public • Published

Monaco TypeScript for ThingWorx Monaco Editor

This repo is a fork of https://github.com/microsoft/monaco-typescript/ for usage in https://github.com/ptc-iot-sharing/MonacoEditorTWX.

The following are the features different from the upstream branch:

  • Worker features:
    • getting a list of referenced thingworx entities in a script
    • capability to hide models from each other
    • generating a code outline

Issues

Please file issues concerning monaco-typescript in the monaco-editor repository.

Installing

This npm module is bundled and distributed in the monaco-editor npm module.

Development

  • git clone https://github.com/placatus/monaco-typescript
  • cd monaco-typescript
  • npm install .
  • npm run compile
  • npm run watch
  • open $/monaco-typescript/test/index.html in your favorite browser.

Updating TypeScript

  • change typescript's version in package.json.
  • execute npm install .
  • execute npm run import-typescript
  • adopt new APIs

Readme

Keywords

none

Package Sidebar

Install

npm i @placatus/monaco-typescript

Weekly Downloads

1

Version

4.10.0

License

MIT

Unpacked Size

27.4 MB

Total Files

26

Last publish

Collaborators

  • placatus