TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Перейти к файлу
dependabot[bot] fd3a92288d
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `codecov/codecov-action` from 4.6.0 to 5.0.2
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](b9fd7d16f6...5c47607acb)

Updates `github/codeql-action` from 3.27.0 to 3.27.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](662472033e...ea9e4e3799)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 00:51:32 +00:00
.devcontainer devcontainer.json Updates (#59694) 2024-08-22 16:32:19 -07:00
.github Bump the github-actions group across 1 directory with 2 updates 2024-11-18 00:51:32 +00:00
.vscode Use explicit extensions for imports within src (#58421) 2024-05-06 17:07:54 -07:00
bin
scripts Remove cancellationToken.js (#60250) 2024-11-05 14:35:02 -08:00
src Move to file: fix detection of references to globals that shouldn't be moved (#60450) 2024-11-15 14:21:38 -08:00
tests Move to file: fix detection of references to globals that shouldn't be moved (#60450) 2024-11-15 14:21:38 -08:00
.c8rc.json Add v8-json to coverage output for use with monocart VS Code extension (#59621) 2024-08-13 12:33:32 -07:00
.dprint.jsonc Update deps (#60085) 2024-09-30 13:31:14 -07:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gulp.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Herebyfile.mjs Remove cancellationToken.js (#60250) 2024-11-05 14:35:02 -08:00
LICENSE.txt
README.md
SECURITY.md
SUPPORT.md
ThirdPartyNoticeText.txt
azure-pipelines.release.yml
eslint.config.mjs Enable `--isolatedDeclarations` on TS codebase (#59635) 2024-09-15 18:10:52 -07:00
knip.jsonc Remove cancellationToken.js (#60250) 2024-11-05 14:35:02 -08:00
package-lock.json Bump version to 5.8. (#60422) 2024-11-05 11:41:25 -08:00
package.json Bump version to 5.8. (#60422) 2024-11-05 11:41:25 -08:00

README.md

TypeScript

GitHub Actions CI npm version Downloads OpenSSF Scorecard

TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the playground, and stay up to date via our blog and Twitter account.

Find others who are using TypeScript at our community page.

Installing

For the latest stable version:

npm install -D typescript

For our nightly builds:

npm install -D typescript@next

Contribute

There are many ways to contribute to TypeScript.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation

Roadmap

For details on our planned features and future direction, please refer to our roadmap.