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 48,296 public repositories matching this topic...
currently they are missing from https://github.com/denoland/deno/blob/master/std/node/process.ts
My use case is running make-deno-edition on assert-helpers which is failing on https://github.com/bevry/assert-helpers/blob/3f4a9ea8a6c6d606f5cecc3cce96755e1ead3357/source/index.ts#L27-L36 because they are missi
📚 Docs or angular.io bug report
✍️ Description
Hi All,
The documentation for creating feature mo
enum TokenKind {
LeftBrace,
}
function scan(text: string, pos: number) {
let c = text[pos];
switch (c) {
case '{': return TokenKind.LeftBrace;
case '}': return TokenKind.RightBrace;
}
}We should have a quick fix for the error message
Property 'RightBrace' does not exist on type 'typeof TokenKind'.
to add RightBrace as a missing enum memb
I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.
I noticed that color transitions on the StepIcon component are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simple transition: color 300ms ease; already adds quite a bit more style
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 25, 2020 - TypeScript
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks
slot 语法无效
相关平台
微信小程序
小程序基础库: 2.12.0
使用框架: React
复现步骤
组件库是 vant-weapp (所有组件的 slots 都无法使用)
<van-calendar
show={visible}
show-confirm
type="range"
defaultDate={[new Date().getTime() - (7 * 24 * 3600 * 1000), new Date().getTime()]}
onClose={onClose}
onConfirm={(e) => onConfirm(e)}
>
<slot name=
Taro能使用wxs吗?
🐞 Bug report
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Description
According to the document of [CanActi
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
May 20, 2019 - TypeScript
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
Environment
- Package version(s): @blueprintjs/[email protected] @blueprintjs/[email protected]
- 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
Aug 24, 2020 - TypeScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Apr 30, 2020 - Go
-
Updated
Aug 17, 2020 - TypeScript
Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.
-
Updated
Aug 25, 2020 - TypeScript
Created by Microsoft
Released October 1, 2012
Latest release 9 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
(I apologize in advance i