Skip to content

Commit

Permalink
Bump version to 5.5.0-beta and LKG
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Apr 24, 2024
1 parent 4976211 commit 0c2fd6d
Show file tree
Hide file tree
Showing 117 changed files with 412,891 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/.gitattributes
@@ -0,0 +1 @@
* text eol=lf
90 changes: 90 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 0c2fd6d

Please sign in to comment.