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 10,660 public repositories matching this topic...
(If applicable) Reproduction of issue in TypeScript Playground
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
Jul 8, 2022 - JavaScript
-
Updated
Jul 9, 2022 - JavaScript
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?
- Drag the Modal widget in the editor
- Open the Inspector from the top
-
Updated
Jun 23, 2022 - JavaScript
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
-
Updated
Jul 8, 2022 - JavaScript
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
May 30, 2022 - JavaScript
"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
-
Updated
Jun 25, 2022 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 27, 2022 - JavaScript
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:
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,
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Jul 9, 2022 - JavaScript
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)
Created by Microsoft
Released October 1, 2012
Latest release 23 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
Duplicates
Latest version
Current behavior😯
CSS classes
.Mui-activeand.Mui-completedare not applied toMuiStepLabeliconContainer element. As a result, it's not possible to change the iconContainer style using custom themeExpected behavior🤔
I would expect the `.Mui-acti