mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
* 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.
3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
export declare const PLUGIN_NAME = "keep-css-imports";
|
|
export declare const FILE_URL_PREFIX: string;
|
|
export declare const KEY_EXT_STRING = ".[keep-css-imports-plugin-ext]";
|