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 44,556 public repositories matching this topic...
Deno strives to be browser compatible where possible; that means we use quite a few Web APIs.
There is not much docs for supported Web APIs at the moment and before 1.0 is released that situation must change. Some of APIs and not fully aligned to spec, while others are not fully implemented (#3557). All that knowledge should be written down and presented to end users to avoid multiple question
We should discuss how to best support a library author providing translations for their library.
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
For #6082
example:https://github.com/ant-design/ant-design/blob/master/components/locale/zh_CN.tsx#L71
Todo:
- ar_EG
- az_AZ
- bg_BG
- ca_ES
- cs_CZ
- de_DE
- da_DK
- [
https://material-ui.com/components/menus/#simple-menu states:
Simple menus open over the anchor element by default (this option can be changed via props).
How can this be changed via props? The page doesn't say. I went to the Menu API page, and I don't see anything simple like open: 'below'
, or an offset.
Developers have been struggling to figu
Describe the bug
In the config.js addParameters
function, if I set isFullscreen: true
and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false
and open the webpage again, it is still full-screen on startup.
To Reproduce
- Set
isFullscreen: true
, open the webpage, - Close the webpage or stop the server
- Set
isFullscreen: false
, open the webpa
Prettier supports EditorConfig, but the docs are almost silent about this fact. In particular:
- the "Options" page must specify which options and how can be set via EditorConfig,
- the "Configuration File" page should mention EditorConfig somewhere.
See also https://gi
- I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
When I created [my first PR][my PR], which added types for a package, one of the instructions in the pull request template (populated from [.github/PULL_REQUEST_TEMPLATE.md
][PRT]) confused me:
- Test the change in your own code. (Compile and ru
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.
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
- open console
- focus input
- check console for 'handleFocus'
- click 'no data'
- check console for 'handleBlur'
- re-focus input field
- handleFocus doesn't trigger again
Expected Behavior
v-autocomplete/v-combobox `@b
Taro能使用wxs吗?
问题描述
最近使用movable-view
做了一个拖拽排序的功能,但是由于需要touchmove
事件频繁setState
来更新movable-view
的坐标,导致Android
的上的性能体验很差,IOS
不会。
看了微信的文档,这种情况可以使用WXS
来解决,请问Taro
中能否使用WXS
?如何使用呢?
参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html
MobX 6
Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently
Goals
🧨 1. Become compatible with modern ES standards
Let's start with the elephant in the room.
I think we have to drop the support for decorators.
Some have been advocating this for years, others totally love decorators.
Personally I hate to let decorators go. I think
Issue type
I'm submitting a ... (check one with "x")
- [ X] bug report
- feature request
- question about the decisions made in the repository
Issue description
some api can do things, but I don't know which api I should use to finsh my work. Thank you!
Issue type:
[x] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql
/ mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x
(or put your version here)
-
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/core ^3.22.3
- Browser and OS versions: Mac OS X Chrome 79.0.3945.88
If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Spotted this while building a <ControlGroup>
that contained buttons, selects, and some dividers.
`
-
Updated
Jul 3, 2020 - TypeScript
I have this schema I want to implement but I am finding it very difficult to find documentation to perform the serialization and deserialization for C++. The existing tutorial and documentation do not seem to describe this scenario which I am assuming is quite common. Can someone point me to any example or documentation that describes this?
tb.fbs:
namespace TB;
table Proj {
idx:int64
Version: 1.0.107
Platform: win32 10.0.19041
Plugins: clickable-links
Can you add a setting to hide Terminus when click the close button instead of directly closing it? Please ~
I think the client-side URL routing on your docs website is broken?
Reproduction:
- Go to https://www.apollographql.com/docs/react/
- In left hand menu click "Api Reference" then "class ApolloClient"
- client-side JS pushes the URL "https://www.apollographql.com/docs/react/api/apollo-client/"
- reload page
- get a page not found error
I think the URL should be something like: "http
Thanks for publishing this! How about adding it to GitHub.com/topics/terminal-share alongside similar tools by adding that topic to this repo? Thank you :-)
-
Updated
Jul 3, 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.
inline toolbar order
Created by Microsoft
Released October 1, 2012
Latest release about 1 month ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.
It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t