Skip to content

Commit

Permalink
Bump version to 5.1.0-beta, update baselines, and create LKG.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Apr 17, 2023
1 parent e782cef commit 1c5cc61
Show file tree
Hide file tree
Showing 125 changed files with 789,382 additions and 116 deletions.
1 change: 1 addition & 0 deletions lib/.gitattributes
@@ -0,0 +1 @@
* text eol=lf
91 changes: 91 additions & 0 deletions lib/cancellationToken.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,880 changes: 1,880 additions & 0 deletions lib/cs/diagnosticMessages.generated.json

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions lib/de/diagnosticMessages.generated.json

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions lib/es/diagnosticMessages.generated.json

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions lib/fr/diagnosticMessages.generated.json

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions lib/it/diagnosticMessages.generated.json

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions lib/ja/diagnosticMessages.generated.json

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions lib/ko/diagnosticMessages.generated.json

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions lib/lib.d.ts
@@ -0,0 +1,22 @@
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */


/// <reference no-default-lib="true"/>

/// <reference lib="es5" />
/// <reference lib="dom" />
/// <reference lib="webworker.importscripts" />
/// <reference lib="scripthost" />

0 comments on commit 1c5cc61

Please sign in to comment.