mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Fix #2843
This commit is contained in:
parent
3ad48dbde4
commit
a8878c8cfe
8 changed files with 118 additions and 79 deletions
|
|
@ -12,7 +12,8 @@ const path = require('path');
|
|||
const fs = require('fs');
|
||||
const cp = require('child_process');
|
||||
const CleanCSS = require('clean-css');
|
||||
const { REPO_ROOT, removeDir, readFiles, writeFiles } = require('./utils');
|
||||
const { REPO_ROOT, readFiles, writeFiles } = require('./utils');
|
||||
const { removeDir } = require('./fs');
|
||||
|
||||
/** @type {string} */
|
||||
const MONACO_EDITOR_VERSION = (() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue