Improve monaco-html scripts

This commit is contained in:
Alex Dima 2021-11-11 22:35:29 +01:00
parent 1b00da60ec
commit c419101f73
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
11 changed files with 53 additions and 1055 deletions

View file

@ -13,9 +13,9 @@ const headerVersion = semver + '(' + sha1 + ')';
const BUNDLED_FILE_HEADER = [
'/*!-----------------------------------------------------------------------------',
' * Copyright (c) Microsoft Corporation. All rights reserved.',
' * monaco-html version: ' + headerVersion,
' * Version: ' + headerVersion,
' * Released under the MIT license',
' * https://github.com/Microsoft/monaco-html/blob/master/LICENSE.md',
' * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt',
' *-----------------------------------------------------------------------------*/',
''
].join('\n');