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 70,606 public repositories matching this topic...
The following Deno APIs are documented as unstable, but are available in stable:
Deno.ppid
Deno.memoryUsage
Deno.sleepSync
On the other hand, the following Deno APIs are documented as stable, but is only available in unstable:
Deno.shutdown
Is there a reason for this discrepancy? We're building a Deno namespace shim for Node, an
-
Updated
Jun 13, 2021 - TypeScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
- Open demo at https://ant.desig
Suggestion
🔍 Search Terms
- scanner + label:API
- SourceFileLike
- getPositionOfLineAndCharacter
- getLineAndCharacterOfPosition
✅ Viability Checklist
My suggestion meets these guidelines:
- This wouldn't be a breaking change in existing TypeScript/JavaScript code
- This wouldn't change the runtime behavior of existing JavaScript code
- This could be impleme
Using the documented way of creating links styled as buttons as seen in https://next.material-ui.com/guides/routing/#button adds wrong role on the rendered element. Specifically it adds role="button"
making the link undiscoverable from google crawlers. I would at least hope that it was documented that I have to manually type `ro
Resetting with the zoom tool in the mobile viewport simulation does not appropriately reset the body size.
As you can see here, this causes overflow after zooming and resetting that does not occur before using the zoom tool.
To Reproduce
This works in the default angular storybook repr
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jun 14, 2021 - TypeScript
Environment
Vuetify Version: 2.5.3
Vue Version: 2.6.13
Browsers: Chrome 91.0.4472.77
OS: Windows 10
Steps to reproduce
Click on the v-select to open it, then use hte up/down arrow key to navigate the options.
Expected Behavior
It is expected that arrow key up/down will change the selection to he previous/next value in the select.
Actual Behavior
Taro3 H5 问题汇总
相关平台
微信小程序
小程序基础库: 2.17.0
使用框架: React
复现步骤
下面是我们转 H5 的时候遇到的问题的汇总
view
表现: createAnimation
在 H5 下不生效
原因: animation
属性丢失了, 导致样式不生效
解决方法: 已经提了 PR
Taro.preload
表现: H5
下没法使用, 报没有该方法
原因: taro-h5
这个包没有实现该方法
解决方法: 已经提了 [PR]( https://github.com/NervJS
-
Updated
Jun 13, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Go
I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff
console coloring), maybe would be useful for others too.
https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Is this a regression?
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Jun 13, 2021 - TypeScript
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 13, 2021 - TypeScript
-
Updated
Jun 4, 2021 - TypeScript
First
When run command pip install six
return error because pip is not installed. In result resolved commands brew install python; pip3 install six
Second
Before brew cask install <SOMETHING>
return error Error: Unknown command: cask. Resolved by use commands without cask:
brew install `
Both cases is not obvious for users which not used homebrew before (MacOS Big
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jun 14, 2021 - TypeScript
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- 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
Jun 11, 2021 - TypeScript
-
Updated
Jun 13, 2021 - C++
-
Updated
Jun 14, 2021 - TypeScript
Created by Microsoft
Released October 1, 2012
Latest release 19 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
Issue Type: Bug
After updating my VS Code, my debugging experience became unpredictable and would pause unexpectedly. I've traced down the root cause in my code to an instantiation of a node
Worker
(from theworker_threads
module).I have created a simple reproducible scenario with instructions here.
The problem manifests when a