
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Microsoft
- Released October 1, 2012
- Latest release 7 days ago
Here are 30,983 public repositories matching this topic...
/**
* @template {string} K
* @template V
*/
class MM {
constructor() {
/** @type {V} */
this.t;
}
}
Expected behavior:
Message: "K is declared but its value is never read"
Actual behavior:
Message: "All type parameters are unused."
Note that the message is the same if K
comes second. The code in checkUnusedTypeParameters looks su
📚 Docs or angular.io bug report
Description
In the Component Class section, the reference of angul
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
We have a case like this: after the onChange
event emit, we will validate the targetKeys
, if the validation has error, we hope there will be a red border at the outside of the targetKeys
list, and the e
Select component's onChange is work, but it cannot render selected value.
import React, { useState } from 'react';
import InputLabel from '@material-ui/core/InputLabel';
import Select from '@material-ui/core/Select';
import MenuItem from '@material-ui/core/MenuItem';
export default function Test() {
const [test, setTest] = useState({
a: '',
b: '',
sum: {
Working with node.js, having promised-io definitions would be awesome.
Project page:
https://github.com/kriszyp/promised-io
https://npmjs.org/package/promised-io
It would be nice if someone could do a definition file.
问题描述
创建FunctionComponent类型的页面,设置页面的config时不方便,希望在官方的FunctionComponent中加入config的类型定义
复现步骤
现在通过新建的taroPatch.d.ts实现的
import Taro from '@tarojs/taro'
declare module '@tarojs/taro' {
interface FunctionComponent {
config?: Taro.Config
}
}
期望行为
直接在node_modules\@tarojs\taro\types\index.d.ts
中加入config类型定义
报错信息
 twice, even though it was a small thing.
If we were about to copy those files, how do we ensure people will edit the right one?
Is it really that problematic with Docusaurus to reference the one from the root folder? Some sort of aliasing?
Looks closely related to #779
I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Middleware is being called for every endpoint a request route could potentially match.
A terminal emulator for the 21st century.
-
Updated
Oct 16, 2019 - 2 commits
- TypeScript
I just want to know if this will work fine with Angular Firebase as its backend, and how to remove some page and menu. Thanks.
Is your feature request related to a problem? Please describe.
UIApplication#openURL(_:)
is deprecated since iOS 10. It appears to be available still in iOS 12, but it will eventually need to be replaced and I could not find an issue for this.
This is used by tns-core-modules/utils
's openUrl
[here](https
Hi,
The example https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-symbols-provider-example does not typecheck in typescript,
The DocumentSymbolProvider
returns an array of DocumentSymbol
, for which detail
, tags
, and selectionRange
are mandatory, see https://github.com/microsoft/vscode/blob/master/src/vs/editor/common/modes.ts#L912
Related commit
Issue type:
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql
/ mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x
(or put your version here)
Environment
- Package version(s): 3.18.1
- Browser and OS versions: Chrome 76, Mac 10.14.6
I was following https://ui-router.github.io/tutorial/ng1/hellosolarsystem and trying to get state params working. However, on trying to load a state with a resolve using $transition$ there was an unlogged error and nothing loaded.
I found in the hello universe docs @stateParams and that works fine.
What is the difference or do the docs need updating?
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
-
Updated
Oct 16, 2019 - 6 commits
- TypeScript
React/ApolloGraphQL/Node/Mongo demo written in Typescript
-
Updated
Oct 16, 2019 - 60 commits
- 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.
A terminal for a more modern age
-
Updated
Oct 16, 2019 - 1 commits
- TypeScript
Looking for help from the community regarding this issue.
Issue:
Unclear CI test failure.
Expected behavior:
Failed test would indicate the failure with some extra info for investigation.
Actual behavior:
Prints Expected: true, Actual: false
which is less than optimal.
Steps to reproduce:
Run a failing test.
Would help to have more verbose logging for the tests
Hi! I'm creating this issue to list Aurelia features that are not documented yet.
I can make the PR's to update the docs, but I want to be sure that I'm right before doing anything. So please, tell me if these changes are welcome.
Let's keep this list up to date!
Documentation Improvement List
Build Systems
- CLI
- CLI now supports SystemJS and Webpack. Update the
:tada: An Angular Starter kit featuring Angular (Router, Http, Forms, Services, Tests, E2E, Dev/Prod, HMR, Async/Lazy Routes, AoT via ngc), Karma, Protractor, Jasmine, Istanbul, TypeScript, TsLint, Codelyzer, Hot Module Replacement, @types, and Webpack
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Learn about typescript
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
I really like the option of showing Only Keyboard Shortcuts in Screencast Mode.
But then, Inside the terminal it ignores the shortcuts (Screencast Mode). The shortcuts are showing inside terminal only when
Screencat Mode: Only Keyboard Shortcuts
is unchecked.Add the ability to