#jsdoc search results

Who needs typescript anyways 😌 #jsdoc

matsuuu_'s tweet image. Who needs typescript anyways 😌 #jsdoc

me, writing comments in #JSDoc


learning jsdoc, does this header looks clear enough for you? #jsdoc #javascript #typescript

PhilippeLoctaux's tweet image. learning jsdoc, does this header looks clear enough for you? #jsdoc #javascript #typescript

I really like the `defineConfig` pattern! When you combine it with #TypeScript or #JSDoc it basically allows you to create configuration objects that "know" how to trigger your IDE autocomplete for you!

loige's tweet image. I really like the `defineConfig` pattern!

When you combine it with #TypeScript or #JSDoc it basically allows you to create configuration objects that "know" how to trigger your IDE autocomplete for you!

Typings in JS. Two words ⁦@code⁩ & #jsdoc! The approach seems promising and can be very useful in large projects which can’t use TS for some reason. Stay tuned, I’m writing a detailed article.

znck0's tweet image. Typings in JS. Two words ⁦@code⁩ & #jsdoc! The approach seems promising and can be very useful in large projects which can’t use TS for some reason. Stay tuned, I’m writing a detailed article.

VSCode IntelliSense understands JSDoc's @ private tag and doesn't suggest private methods outside of their class. #javascript #jsdoc

pauxdsantamaria's tweet image. VSCode IntelliSense understands JSDoc's @ private tag and doesn't suggest private methods outside of their class.

#javascript #jsdoc

How do I solve "Cannot find name 'Record'" (or other utility types) when using Typescript with JSDoc? stackoverflow.com/questions/6881… #tsserver #jsdoc #tsc #typescript

overflow_meme's tweet image. How do I solve "Cannot find name 'Record'" (or other utility types) when using Typescript with JSDoc? stackoverflow.com/questions/6881… #tsserver #jsdoc #tsc #typescript

typings support for createAsyncThunk generated action creators and params stackoverflow.com/questions/7193… #reduxtoolkit #jsdoc #javascript #reactjs #redux

overflow_meme's tweet image. typings support for createAsyncThunk generated action creators and params stackoverflow.com/questions/7193… #reduxtoolkit #jsdoc #javascript #reactjs #redux

En una gozada disponer de ayuda contextual #JSDoc en el nuevo editor #AppsScript *también* para funciones propias. Tras unas semanas usándolo, simplemente no hay vuelta atrás y menos (con matices) razones para montar un entorno dev local con Clasp. 🧐 jsdoc.app/tags-type.html….

pfelipm's tweet image. En una gozada disponer de ayuda contextual #JSDoc en el nuevo editor #AppsScript *también* para funciones propias. Tras unas semanas usándolo, simplemente no hay vuelta atrás y menos (con matices) razones para montar un entorno dev local con Clasp.
🧐 jsdoc.app/tags-type.html….

#100DaysOfCode Day 93 (Second run) We're moving! I spent all day on allowing customizations in the library, and documenting using #jsdoc! The intellisense is crazy! The library doesn't even need documentation, all you have to do is hover over everything! More coming soon :)


3 Ways To Write Function Overloads With #JSDoc & #TypeScript bit.ly/3Na34GS

macronimous's tweet image. 3 Ways To Write Function Overloads With #JSDoc & #TypeScript bit.ly/3Na34GS

Such comments keeps writers motivated 💪 The creator of JSDoc, Michael Mathews, left a positive comment on my article about JSDoc 😇 Read it here 👇 blog.shhdharmen.me/how-to-utilise… #jsdoc #javascript #vscode

shhdharmen's tweet image. Such comments keeps writers motivated 💪 

The creator of JSDoc, Michael Mathews, left a positive comment on my article about JSDoc 😇

Read it here 👇
blog.shhdharmen.me/how-to-utilise…

#jsdoc #javascript #vscode

Thanks to #Tspec, I don't have to clog my files with humongous #jsdoc in the name of documentation. As for #swaggerui, what would I do without you? Probably use .md for my documentation 😂 If you got this far, thanks for reading! I hope it was worth your while 😊 Cheers 🥂

exploitenomah's tweet image. Thanks to #Tspec, I don't have to clog my files with humongous #jsdoc in the name of documentation.

As for #swaggerui, what would I do without you? Probably use .md for my documentation 😂

If you got this far, thanks for reading! I hope it was worth your while 😊

Cheers 🥂

Finallyyyyy someone gets it🥲 #ts is meant for larger projects while #jsdoc is for peasants 😅

TRPLX_Gaming001's tweet image. Finallyyyyy someone gets it🥲

#ts is meant for larger projects while #jsdoc is for peasants 😅

🪲 VS Code #bug : if a string contains "//*" then @code thinks that the rest of the string is a #JSDoc comment.

DogaArmangil's tweet image. 🪲 VS Code #bug : if a string contains "//*" then @code thinks that the rest of the string is a #JSDoc comment.

Refactorizar #React con #TypeScript se siente bien; parecería overengineering e iguales resultados puedes tener con #JSDoc


Today I mixed #typescript with #jsdoc and it works, lolz

mwieprzkowicz's tweet image. Today I mixed #typescript with #jsdoc and it works, lolz

💡 Want to add types to your JavaScript without a full TypeScript migration? Check out JSDoc! It offers type safety, better documentation, and a gradual adoption path. Perfect for smaller projects or existing codebases! #JavaScript #JSDoc #CodingTips @Jeift.tt/IQbrP0z

dev.to

JSDoc: Your Secret Weapon for Adding Types to JavaScript (Without the Full TypeScript Overhaul)

TypeScript is a fantastic tool for adding static typing to JavaScript, catching errors early and...


🚀 Just published nostr-websocket-utils v0.2.5! Enhanced #devUX w/ comprehensive #JSDoc documentation, improved @TypeScript support & rock-solid #WebSocket handling for #nostr apps. Check it out: npmjs.com/package/nostr-… #nodejs #typescript #websockets #nostr_protocol


💻 Peter Vivo explores the power of jsDoc as a flexible alternative to TypeScript for legacy code. With no need for compilation and dependency freedom, jsDoc offers a lightweight solution to enhance your existing JavaScript codebase! #JavaScript #jsDoc #… ift.tt/vsR0FUB

dev.to

JSDoc Evangelism

TL;DR Working with a legacy codebase—something many of us can't avoid from time to...


I wrote a silly little NPM package that's been downloaded 159 times in one week. Check it out if you're the type that adds "to do" comments to your code and forgets about it because "out of sight..." npmjs.com/package/jsdoc-…



🚀 Discover how @PeterVivo's journey with jsDoc npm module highlights the power of typesafe state management in legacy JS/React apps, and the challenges faced along the way. #jsDoc #TypeScript #React #StateManagement #npm 🚀 ift.tt/gSoMkRr

dev.to

jsDoc npm module quest

Currently I am working/maintaning legacy js/react applications, where is no option to rework to...


I struggled if I was going to build ChartSQL.js in @typescript or follow the path of @sveltejs and @dhh and stay in #javascript. Once I discovered that typescript can statically check my js using types defined in #JSDoc, pure js was the clear choice for me.

chartsql's tweet image. I struggled if I was going to build ChartSQL.js in @typescript or follow the path of @sveltejs and @dhh and stay in #javascript. Once I discovered that typescript can statically check my js using types defined in #JSDoc, pure js was the clear choice for me.

This is what I like the least about JSDoc… it’s a bit cluttered. I guess I could define my types in a .ts file, but I like to use vanilla JavaScript. When the project grows I’ll decide what to do. #javascript #jsdoc

seb_lks's tweet image. This is what I like the least about JSDoc… it’s a bit cluttered. 

I guess I could define my types in a .ts file, but I like to use vanilla JavaScript. When the project grows I’ll decide what to do.

#javascript #jsdoc

I am a big fan of TypeScript, but I am building a library where I have started out with JavaScript + jsdoc, and I have to say, it's pretty neat ⚡ #javascript #jsdoc

seb_lks's tweet image. I am a big fan of TypeScript, but I am building a library where I have started out with JavaScript + jsdoc, and I have to say, it's pretty neat ⚡

#javascript #jsdoc

Who needs typescript anyways 😌 #jsdoc

matsuuu_'s tweet image. Who needs typescript anyways 😌 #jsdoc

learning jsdoc, does this header looks clear enough for you? #jsdoc #javascript #typescript

PhilippeLoctaux's tweet image. learning jsdoc, does this header looks clear enough for you? #jsdoc #javascript #typescript

I am implementing #JSdoc for my #blockchain lib project. Looks neat!

lexsalvator's tweet image. I am implementing #JSdoc for my #blockchain lib project.
Looks neat!

While #jsdoc is discussing how to properly doc #Promises, async/await got stage-4 on #esnext

Gartz's tweet image. While #jsdoc is discussing how to properly doc #Promises, async/await got stage-4 on #esnext

me, writing comments in #JSDoc


ну вот хер знает, за 3 года с #flow и @typescript радости не было, только боль и страдания. Пока вернулся к старому доброму #jsdoc

cinic_rus's tweet image. ну вот хер знает, за 3 года с #flow и @typescript радости не было, только боль и страдания. Пока вернулся к старому доброму #jsdoc

¡Qué me gusta reliarme con #JSDoc!

ant_laguna's tweet image. ¡Qué me gusta reliarme con #JSDoc!

How to make JSDoc recognize property name with dashes in VSCode? stackoverflow.com/questions/6113… #jsdoc #visualstudiocode

overflow_meme's tweet image. How to make JSDoc recognize property name with dashes in VSCode? stackoverflow.com/questions/6113… #jsdoc #visualstudiocode

We are ready to start. @4lbertoC will talk about #eslint and #jsdoc

Milano_JS's tweet image. We are ready to start. @4lbertoC will talk about #eslint and #jsdoc

What's the best way to document an array of arrays of arrays using JSDoc? stackoverflow.com/questions/6691… #jsdoc #javascript

overflow_meme's tweet image. What's the best way to document an array of arrays of arrays using JSDoc? stackoverflow.com/questions/6691… #jsdoc #javascript

Is it acceptable to use #jsdoc syntax to do some basic typings if you don't want to use @typescript or @flowtype ? #javascript

JohhanSantana's tweet image. Is it acceptable to use #jsdoc syntax to do some basic typings if you don't want to use @typescript or @flowtype ?

#javascript

Loading...

Something went wrong.


Something went wrong.


United States Trends