From 1f837fe159b41c71b31a68ee12d8168e9681782e Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 15 Nov 2021 23:01:10 +0100 Subject: [PATCH] Move `metadata.js` to root --- gulpfile.js | 6 +++--- monaco-editor/metadata.js => metadata.js | 0 monaco-editor/test/2040/iframe.html | 2 +- monaco-editor/test/2264/iframe.html | 2 +- monaco-editor/test/colorize.html | 2 +- monaco-editor/test/cross-origin-broken.html | 2 +- monaco-editor/test/cross-origin-good.html | 2 +- monaco-editor/test/diff.html | 2 +- monaco-editor/test/index.html | 2 +- monaco-editor/test/mouse-fixed.html | 2 +- monaco-editor/test/mouse-scrollable-body.html | 2 +- monaco-editor/test/mouse-scrollable-element.html | 2 +- .../creating-the-diffeditor-hello-diff-world.html | 2 +- .../creating-the-diffeditor-inline-diff-example.html | 2 +- .../creating-the-diffeditor-multi-line-example.html | 2 +- .../creating-the-diffeditor-navigating-a-diff.html | 2 +- .../creating-the-editor-editor-basic-options.html | 2 +- .../creating-the-editor-hard-wrapping.html | 2 +- .../creating-the-editor-hello-world.html | 2 +- ...ng-the-editor-syntax-highlighting-for-html-elements.html | 2 +- .../customizing-the-appearence-exposed-colors.html | 2 +- .../customizing-the-appearence-scrollbars.html | 2 +- .../customizing-the-appearence-tokens-and-colors.html | 2 +- ...tending-language-services-codelens-provider-example.html | 2 +- .../extending-language-services-color-provider-example.html | 2 +- ...nding-language-services-completion-provider-example.html | 2 +- ...ing-language-services-configure-javascript-defaults.html | 2 +- ...extending-language-services-configure-json-defaults.html | 2 +- .../extending-language-services-custom-languages.html | 2 +- ...xtending-language-services-folding-provider-example.html | 2 +- .../extending-language-services-hover-provider-example.html | 2 +- ...-language-services-semantic-tokens-provider-example.html | 2 +- ...xtending-language-services-symbols-provider-example.html | 2 +- monaco-editor/test/playground.generated/index.html | 2 +- ...h-the-editor-adding-a-command-to-an-editor-instance.html | 2 +- ...h-the-editor-adding-an-action-to-an-editor-instance.html | 2 +- ...acting-with-the-editor-customizing-the-line-numbers.html | 2 +- ...racting-with-the-editor-line-and-inline-decorations.html | 2 +- ...interacting-with-the-editor-listening-to-key-events.html | 2 +- ...teracting-with-the-editor-listening-to-mouse-events.html | 2 +- ...ting-with-the-editor-rendering-glyphs-in-the-margin.html | 2 +- .../interacting-with-the-editor-revealing-a-position.html | 2 +- monaco-editor/test/shadow-dom.html | 2 +- monaco-editor/test/smoketest.html | 2 +- 44 files changed, 45 insertions(+), 45 deletions(-) rename monaco-editor/metadata.js => metadata.js (100%) diff --git a/gulpfile.js b/gulpfile.js index f91eec46..b7caa75a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -6,7 +6,7 @@ const gulp = require('gulp'); * @typedef { { METADATA: {CORE:{paths:ICorePaths}; PLUGINS:IPlugin[];} } } IMetadata * @type { IMetadata } */ -const metadata = require('./monaco-editor/metadata'); +const metadata = require('./metadata.js'); const es = require('event-stream'); const path = require('path'); const fs = require('fs'); @@ -902,7 +902,7 @@ const generateTestSamplesTask = function () { '', '
', '', - '', + '', '', '', + '', '', '', '' diff --git a/monaco-editor/metadata.js b/metadata.js similarity index 100% rename from monaco-editor/metadata.js rename to metadata.js diff --git a/monaco-editor/test/2040/iframe.html b/monaco-editor/test/2040/iframe.html index ffd8eba4..be08c038 100644 --- a/monaco-editor/test/2040/iframe.html +++ b/monaco-editor/test/2040/iframe.html @@ -28,7 +28,7 @@
- + diff --git a/monaco-editor/test/2264/iframe.html b/monaco-editor/test/2264/iframe.html index ffd8eba4..be08c038 100644 --- a/monaco-editor/test/2264/iframe.html +++ b/monaco-editor/test/2264/iframe.html @@ -28,7 +28,7 @@
- + diff --git a/monaco-editor/test/colorize.html b/monaco-editor/test/colorize.html index d17116ca..f4780cb2 100644 --- a/monaco-editor/test/colorize.html +++ b/monaco-editor/test/colorize.html @@ -43,7 +43,7 @@ code { - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html index b4058cdb..2146640c 100644 --- a/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html +++ b/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html @@ -29,7 +29,7 @@ THIS IS A GENERATED FILE VIA gulp generate-test-samples
- + + + + + + + + + +