Skip to content
#

TypeScript

typescript logo

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 10,660 public repositories matching this topic...

material-ui
joris-htx
joris-htx commented Jul 6, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

CSS classes .Mui-active and .Mui-completed are not applied to MuiStepLabel iconContainer element. As a result, it's not possible to change the iconContainer style using custom theme

Expected behavior 🤔

I would expect the `.Mui-acti

new feature good first issue component: stepper
vadimkantorov
vadimkantorov commented May 7, 2021

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...

ToolJet
manishkushare
manishkushare commented Jul 7, 2022

Environment

Development

What is the expected behavior?

In the inspector, the initial show value of Modal Widget inside components should be false

What is the current behavior?

In the inspector, the initial value show value of the Modal Widget inside components is Null

How to reproduce the issue?

  1. Drag the Modal widget in the editor
  2. Open the Inspector from the top
bug good first issue frontend up-for-grabs
tsdx
marciel-truesoft
marciel-truesoft commented Nov 19, 2020

Current Behavior

UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config

Suggested Solution

Consider support AMD module format, o

kind: feature good first issue problem: stale PR welcome
zero
asadm
asadm commented Jan 21, 2020

"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??), optional chaining (?.) and dynamic import() anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0

We should update zero to latest babel and add an integration test for these features. I think the right change will be [here](https://gith

enhancement good first issue
tiacop
tiacop commented Mar 24, 2021

Would be supercool to have "BlogPosting" as article JSON-LD type.

From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):

Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting. (https://schema.org/BlogPosting)

I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:

fonoster
psanders
psanders commented May 3, 2022

Is your feature request related to a problem? Please describe.

Fonoster Voice could benefit from re-using the files generated by a TTS Engine. It will make things faster and reduce costs for the users.

Describe the solution you'd like

The Voice server could maintain a list (perhaps in memory). The list should be a hash of the parameters used to create the transcriptions.

Also,

enhancement help wanted good first issue voice
a32nx
ShadowFrost3
ShadowFrost3 commented Apr 30, 2022

Aircraft Version

Development

Description

For takeoff configuration everything in the aircraft that should reasonably be set is.... except the QNH/altimeter setting.
If it is possible, could this now be set? Also, if it does not happen already, set in other hot spawn conditions such as approach/cruise.

Thanks

References (optional)

No response

Additional info (optional)

Request Good First Issue

Created by Microsoft

Released October 1, 2012

Latest release 23 days ago

Repository
Microsoft/TypeScript
Website
www.typescriptlang.org
Wikipedia
Wikipedia

Related Topics

es6 javascript language nodejs