1.0.4 • Published 2 years ago

monaco-action-dsl v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

monaco-action-dsl

Simple TypeScript and JavaScript language support for the Monaco Editor.

Installing

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

Development

  • git clone https://github.com/Microsoft/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

fix

  • search vs/language/typescript/lib/typescriptServices in tsWoker.js
  • add return ts;
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago