TypeScript

TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.
It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.
Here are 59,520 public repositories matching this topic...
Until aarch64
releases are vendored (#4862), deno upgrade
should exit with an error message rather than downloading, unzipping, and trying to execute an x86_64
binary on an aarch64
system.
Inspired by PR #36448.
We should set process.title
in all of our node binaries, including
- @angular/compiler-cli
- @angular/localize
- @angular/cli
- @angular/service-worker
- Language service (?)
- ng-linker (?)
Bug Report
🔎 Search Terms
completion list, assert, asserts
🕗 Version & Regression Information
- This is the behavior in every version I tried, since
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
- Open demo at https://ant.desig
In the documentation, the example for "Horizontal centering" apparently works there, but if you try it on Codesandbox or Stackblitz, the text is left-justified.
The problem can be corrected by adding style={{display:"flex"}}
to the surrounding div
tag, or replacing it with <Box display="flex">
. I found that out in a [Medium p
Describe the bug
The button 'copy' snippet doesn't work if storybook is deployed without HTTPs.
It's related to #10526 : navigator.clipboard requires a secure origin.
To Reproduce
- Launch a storybook on a non-secure origin (ie, no https and no localhost)
- Go to a story snippet and click on the copy button
- It fails with the following exception on next and 6.1
U
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
Environment
Vuetify Version: 2.4.2
Vue Version: 2.6.12
Browsers: Chrome 87.0.4280.141
OS: Windows 10
Steps to reproduce
When using the v-pagination
component if on the first page the previous button is decorated as disabled but is not actually disabled. It can still be tabbed onto and activated with the Enter key. This is misleading to a keyboard only or assistiv
相关平台
微信小程序
复现仓库
https://github.com/li-z/taro-bug
小程序基础库: 2.12.0
使用框架: React
复现步骤
运行项目后点击跳转到详情页,然后返回首页。然后触发子组件的 onClick 事件时,回调函数却还是详情页的函数。去掉id属性后正常。
期望结果
有无id属性都应正常
实际结果
有id属性异常
环境信息
Taro CLI 3.0.7 environment info:
System:
OS: macOS
Taro能使用wxs吗?
ng update on windows fails when cli version wants to preinstall | loader.js | Cannot find module
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Jan 31, 2021 - TypeScript
a nice tip from Mark dalgleish: https://twitter.com/markdalgleish/status/1339863859469955072?s=20
I have no idea where to put this, let me know if you have an idea
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
May 20, 2019 - TypeScript
-
Updated
Feb 1, 2021 - Go
-
Updated
Feb 1, 2021 - TypeScript
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems()
utility function exported from the select
package? It is briefly mentioned under the itemListRenderer
props section of the select
c
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Jan 13, 2021 - Go
Created by Microsoft
Released October 1, 2012
Latest release about 2 months ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
Terminal link tooltips can cover the link
Originally reported: eamodio/vscode-gitlens#1284