Commit graph

4 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
Remco Haszing
e353080621
Publish feature and language type definitions
According to the examples, this is part of the public interface.
However, type definitions were missing for these files.

Closes #2450
2023-02-28 10:34:47 +01:00
Henning Dieterichs
5ccfdf7c02
Restructures out and release folders.
out/amd -> out/languages/amd-tsc
out/release -> out/languages/bundled
release -> out/monaco-editor
2023-02-22 17:39:35 +01:00
Henning Dieterichs
4bf3b49c41
Convert build scripts to JavaScript. 2022-02-03 15:25:24 +01:00
Renamed from build/releaseMetadata.js (Browse further)