Sandbox: Fix monaco editor custom languages not working correctly inside the sandbox (#72911)

This commit is contained in:
Esteban Beltran
2023-08-11 10:50:57 +02:00
committed by GitHub
parent 51a67b99f2
commit 84181eb613
4 changed files with 89 additions and 2 deletions

View File

@@ -2863,6 +2863,9 @@ exports[`better eslint`] = {
[0, 0, 0, "Do not use any type assertions.", "7"],
[0, 0, 0, "Do not use any type assertions.", "8"]
],
"public/app/features/plugins/sandbox/distortion_map.ts:5381": [
[0, 0, 0, "Do not use any type assertions.", "0"]
],
"public/app/features/plugins/sandbox/sandbox_components.tsx:5381": [
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
],