Skip to content

Commit 1c5cc61

Browse files
Bump version to 5.1.0-beta, update baselines, and create LKG.
1 parent e782cef commit 1c5cc61

File tree

125 files changed

+789382
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+789382
-116
lines changed

lib/.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

lib/cancellationToken.js

+91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cs/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/de/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/es/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/fr/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/it/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/ja/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/ko/diagnosticMessages.generated.json

+1,880
Large diffs are not rendered by default.

lib/lib.d.ts

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*! *****************************************************************************
2+
Copyright (c) Microsoft Corporation. All rights reserved.
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4+
this file except in compliance with the License. You may obtain a copy of the
5+
License at http://www.apache.org/licenses/LICENSE-2.0
6+
7+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10+
MERCHANTABLITY OR NON-INFRINGEMENT.
11+
12+
See the Apache Version 2.0 License for specific language governing permissions
13+
and limitations under the License.
14+
***************************************************************************** */
15+
16+
17+
/// <reference no-default-lib="true"/>
18+
19+
/// <reference lib="es5" />
20+
/// <reference lib="dom" />
21+
/// <reference lib="webworker.importscripts" />
22+
/// <reference lib="scripthost" />

0 commit comments

Comments
 (0)