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 41,000 public repositories matching this topic...
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
To have Deno
namespace in the worker, we'll want to provide a map of permissions worker should have. Worker's set of permissions mustn't escalate permissions of parent worker/Deno process.
To achieve that a method called fork
should be added to DenoPermissions
struct. fork
would take as many parameters as there are fields on DenoPermissions
and return new DenoPermissions
instance a
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
Then when I ran:
npx -p @storybook/cli sb init
I get the error TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal:
sb init - the simplest way to add a
Hi,
I'm looking for something like .prettierignore but on a global level, i don't want to copy that file to every new directory i make just to ignore 1 file extension which isn't supported anyway.
AFAIK this isn't supported right?
BTW the extension in this case is EJS which prettier thinks is JS and some other stuff so the best way really is to ignore .ejs as a whole.
- 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
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!
-
Updated
May 20, 2019 - TypeScript
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)
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
May 18, 2020 - TypeScript
Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.
Some of the points were taken from #5387.
- Regarding the builder:
- The fact that its kinda like an arena allocator used for serialization.
- The concept of offsets, what do they repre
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 ~
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 :-)
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
The documentation specifies:
The policy for a given Resolvable is merged from three sources (highest priority first):
- Individual resolve definition
- State definition
- Global default
But I can't find anywhere in the docs, nor on Stackoverflow, Google, or in this issue tracker, how to modify
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
Asset request
Creating some new HDR environments for different lighting qualities in the sandbox and for distribution to anyone using Babylon.js. Scenes include:
- Exterior shot at noon
- Exterior shot at mid-morning/mid-afternoon
- Exterior shot at golden hour
- Exterior overcast day
- Interior shot with a mix of natural, incandescent, and/or florescent light.
Created by Microsoft
Released October 1, 2012
Latest release 10 days 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