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 103,504 public repositories matching this topic...
Currently, Deno accepts this example snippet without error:
window.addEventListener("load", null, {
signal: null
});
According to https://dom.spec.whatwg.org/#eventtarget, EventTarget#addEventListener is defined as
interface EventTarget {
...
undefined addEventListener(..., ..., optional (AddEventListenerOptions or boolean) options = {});
...
}
dictionary EventLi
Which @angular/* package(s) are relevant/related to the feature request?
DevTools
Description
Currently when you inspect and component that has a property that is a "Date" type you just get " -> Date()" listed to represent that property, but it would be nice to actually see what that value is
Proposed solution
Either evaluate .toString() on the property wh
This means we need to support sandersn/downlevel-dts#73
- 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
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Summary 💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. [You can find It he
Describe the bug
In Firefox, the zoom feature uses transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed
when in the "Docs" view.
Normally a position: fixed
element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform
style.
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 18, 2022 - TypeScript
(If applicable) Reproduction of issue in TypeScript Playground
-
Updated
Apr 18, 2022 - Go
相关平台
微信小程序
复现仓库
https://github.com/yangxudong-functorz/taro_issues/blob/main/issue1.ts
小程序基础库: 2.17.3
使用框架: React
复现步骤
直接只用 npm run build:weapp, 报错: Module not found: Can't resolve '"},"path":"....../xxx.config.ts"
期望结果
编译成功
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
Apr 18, 2022 - TypeScript
-
Updated
Apr 17, 2022 - TypeScript
The Schematics Glossary doesn't introduce what a Task
is, making it difficult for new schematic developers to know what Task
s should be used for and how they work.
The Schematics for libraries page on angular.io [demonstrates an example for adding a task](https://angular.io/guide/schematics-f
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Feb 15, 2022 - TypeScript
Bug description
On windows, I run prisma format
and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:
:
- 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
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
May 20, 2019 - TypeScript
-
Updated
Apr 16, 2022 - 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
Created by Microsoft
Released October 1, 2012
Latest release about 1 month ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
Discussed in microsoft/vscode-jupyter#9630
Originally posted by jhconning April 7, 2022
The Quarto notebook project builds part of its documentation around how to use vs-code with the jupyter extension to create beautifully rendered HTML and pdf documents https://quarto.org/docs/get-started/hello/vscode.ht