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 69,618 public repositories matching this topic...
Currently the error message of the exception, thrown from the Deno.stat/statSync
, when the file is missing, does not include the file name:
nickolay@frontier:~/workspace/Bryntum/siesta-monorepo/siesta$ deno
Deno 1.9.2
exit using ctrl+d or close()
> Deno.statSync('/home/nickolay/not_existing_file')
Uncaught NotFound: No such file or directory (os error 2)
at unwrapOpResult (deno:co
-
Updated
Jun 2, 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
Bug Report
🔎 Search Terms
override, property, esnext
🕗 Version & Regression Information
Bug in new feature of version 4.3
💻 Code
class Base {
state?: string;
}
export default class TestClass extends Base {
override state = "string";
}
🙁 Actual behavior
Compiling this code for target esnext the override keyword on properti
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
The method signature of the onChange
callback currently looks like this:
onChange?: (event: React.SyntheticEvent, value: number | null) => void;
While
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 1, 2021 - TypeScript
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 2, 2021 - TypeScript
Environment
Vuetify Version: 2.3.16
Vue Version: 2.6.12
Browsers: Safari 14.0
OS: Mac OS 10.15.7
Steps to reproduce
Just try select part of text with mouse
Expected Behavior
Selected part of text
Actual Behavior
not selected text
Reproduction Link
相关平台
H5
浏览器版本: Mozila/5.0 (Linux;Android 9;V1938CT Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML,like Gecko)Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/8.2.16.1
使用框架: React
复现步骤
在此系统自带的浏览器上, 随机无规律(暂时没找到规律) 部分element显示, 部分element不显示, 刷新后出现的问题也是一致, 在其他手机上(如iphone 6s ios13.3 iphone XSmax 13.6 小米...)
Taro能使用wxs吗?
-
Updated
May 30, 2021 - JavaScript
-
Updated
Jun 1, 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...
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
May 22, 2021 - TypeScript
-
Updated
May 21, 2021 - TypeScript
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
May 27, 2021 - JavaScript
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 1, 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 1, 2021 - TypeScript
-
Updated
Jun 2, 2021 - C++
-
Updated
Jun 2, 2021 - TypeScript
Created by Microsoft
Released October 1, 2012
Latest release 7 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
See microsoft/vscode-js-debug#990 (comment)
I think the best way for this would be for VS Code core to rename the terminal if gets a new
runInTerminal
request with a different name -- opened an issue for that microsoft/vscode#123189. Or, at least, try to use a terminal of the same name if one exists (which would be easier and pr