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 1 day ago
Here are 30,753 public repositories matching this topic...
📚 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
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.
I see that there is a guide for Schematics, but I don't see any reference for Schematics API, so we can learn all about all Schematics functions.
问题描述
创建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类型定义
报错信息
![image](https://user-images.gith
Taro能使用wxs吗?
Environment
Vuetify Version: 2.0.5
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.100
OS: Windows 7
Steps to reproduce
View it in mobile to see the "test" column spill into the next row
Expected Behavior
Overflow to be hidden or expand row
Actual Behavior
Overflows into the next row
Reproduction Link
<a href="https://codepen.io/teellcory/pen/
Hi,
As stated in the documentation for reaction
Options
delay
: Number in milliseconds that can be used to debounce the effect function. If zero (the default), no debouncing will happen.
The delay
option should debounce the reaction, but in fact it throttles it.
Is the documentation incorrect or is it a bug?
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 10, 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
Steps to reproduce or a small repository showing the problem:
- Open
Getting started
(https://typeorm.io/#/) in documentation - Hover the anchors and it will be marked as the examples below with undefined
https://typeorm.io/#undefined/quick-start
`https://typeorm.io/#/undefined/ins
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 10, 2019 - 6 commits
- TypeScript
React/ApolloGraphQL/Node/Mongo demo written in Typescript
-
Updated
Oct 11, 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 11, 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 10, 2019 - 1 commits
- JavaScript
Learn about typescript
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
Currently,
workbench.action.terminal.rename
command doesn't accept any argument. I wanted to make macros that renames current terminal after performing some other actions.At the moment, it requires user prompt interaction.
https://github.com/microsoft/vscode/blob/f0faef0dd7