Commit graph

8 commits

Author SHA1 Message Date
Henning Dieterichs
5a7e917587
Uses rollup for ESM build and d.ts bundling. (#5048)
* Uses rollup for ESM build and d.ts bundling.
Moves monaco.languages.{typescript, json, html, css} to monaco.*.
Moves monaco.editor.createWebWorker to monaco.createWebWorker.

* Adds excluded files from dist, as they needed to be patched.
2025-10-13 18:05:43 +02:00
Henning Dieterichs
0fd6f29a23
First iteration of monaco editor lsp client (#5044) 2025-10-10 12:18:12 +02:00
Henning Dieterichs
a59f6c8a72
uses rollup to bundle monaco-editor's monaco.d.ts (#5033)
* uses rollup to bundle monaco-editor's monaco.d.ts

* Adds missing await
2025-10-09 21:26:17 +02:00
Henning Dieterichs
558def6f54 uses ts instead of js 2025-10-09 17:53:26 +02:00
Henning Dieterichs
2a3d33900c Fixes https://github.com/microsoft/monaco-editor/issues/4992 2025-09-11 15:54:37 +02:00
Henning Dieterichs
6f3fbe8c3a
Fixes worker sandbox problems (#4975) 2025-09-05 14:27:56 -04:00
Henning Dieterichs
d2c20a1ad7
Fixes AMD web worker loading (#4966) 2025-08-28 12:46:15 -07:00
Henning Dieterichs
e56ad4b588
repairs esm and amd build (#4950) 2025-08-28 13:35:17 +02:00