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 39,242 public repositories matching this topic...

angular
ant-design
material-ui
storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
ionic
mschnee
mschnee commented Apr 8, 2020

Mongoose adds a _id getter to ObjectId instances so you can use story.author._id regardless of whether author is populated.

Since mongoose version 5.8, mongoose has added a getter to ObjectId so that on fields that may or may not be populated, you can always access the _id without needing to ducktype if the field is populated or not.

While this would be a straightforward Pull Request, un

Mickey-
Mickey- commented Oct 28, 2019

如题,有时重新翻文档时突然发现某些地方更新了。

相比版本更新的很多内部优化,但凡文档更新大都是需要开发者关注的。
当某天重看文档时,面对一篇几千内容的文档,一段重要内容的一行文案变更,或者某个大类的角落摸摸增加了一小段子类目,实在难以查别

vuetify
jacekkarczmarczyk
jacekkarczmarczyk commented Mar 29, 2020

Environment

Vuetify Version: 2.2.19
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.149
OS: Windows 10

Steps to reproduce

Click on the right side of the input (the area where the clear icon is show if the clearable field has a value)

Expected Behavior

Menu should open

Actual Behavior

Menu doesn't open

Reproduction Link

<a href="https://codepen

mweststrate
mweststrate commented Apr 1, 2020

MobX 6

Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently

Goals

🧨 1. Become compatible with modern ES standards

Let's start with the elephant in the room.
I think we have to drop the support for decorators.
Some have been advocating this for years, others totally love decorators.
Personally I hate to let decorators go. I think

hawkerm
hawkerm commented Mar 28, 2020

Language providers are very powerful, but not all the ones supported in Monaco have examples in the Playground to show how to use them and how they work. Some of the existing samples provide a blank document, so it's unclear on what to do in order to see the key results.

It'd be great for more comments/information for each of the provider samples (like the symbol provider) be given as well as

ozkanonur
ozkanonur commented Apr 13, 2020

Issue type:

[x] question
[ ] bug report
[ ] feature request
[x] documentation issue

Database system/driver:

[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

erkanarslan
erkanarslan commented Mar 5, 2020

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • 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

jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
EricKit
EricKit commented Apr 7, 2020

Intended outcome:
When following the documentation here, while updating the cache after a mutation the cache itself is modified. This results in issues for updating read-only items and non extensible objects.

This is confusing when reading the new documentation as there is no mention that this should

terminus
MajorBarnulf
MajorBarnulf commented Apr 9, 2020

well, I don't really know how to do such things, so I can't say if it is more of a feature to add or something I can already do, but I would like to be able to open bat files in terminus instead of the default windows terminal.

MikeKovarik
MikeKovarik commented Mar 9, 2019

I'm submitting a feature request

  • Library Version:
    aurelia-script 1.3.1

Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w

Created by Microsoft

Released October 1, 2012

Latest release about 2 months ago

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

Related Topics

es6 javascript language nodejs
You can’t perform that action at this time.