Revert "Update dependency monaco-editor to ^0.52.2 (main) (#206176)" (#222854)

This reverts commit 11247fe50b.

We started seeing consistent failures of tests in MKI and the failure
logs are indicating a problem with the recent monaco editor update. I've
checked this revert commit with the MKI pipeline and these failures
didn't occur anymore.
This commit is contained in:
Robert Oskamp 2025-06-06 12:36:00 +02:00 committed by GitHub
parent 5af2dc6b05
commit 74cfa25022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 130 additions and 114 deletions

View file

@ -16,14 +16,6 @@ module.exports = () => ({
plugins: [
require.resolve('babel-plugin-add-module-exports'),
/**
* The static class features proposal https://github.com/tc39/proposal-static-class-features
* has been merged with the class fields proposal and is now stage 4.
* We include this here because Monaco needs this and
* this transform has to run before the transform class properties transform.
*/
require.resolve('@babel/plugin-transform-class-static-block'),
// The class properties proposal was merged with the private fields proposal
// into the "class fields" proposal. Babel doesn't support this combined
// proposal yet, which includes private field, so this transform is