ThinkValue
ThinkValue
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
The link above is my work in progress output. No types or JSDoc atm
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
All I'm doing is pulling some data, making calculations and returning JSON
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
It's a small Json in, Json out calculation API
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Can I get away with math?
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Since I can't (or don't know how to) use a .js file in hono, .ts will have to do. But I'll turn off the checking. At the end of the project, will add JSDoc if needed.
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
I think the answers above are more than good enough to solve my problem.
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Avoid types, use JSDoc where needed
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
I will be moving from the ground up on this one, with no pre-emptive typing, only add types and complicate the codebase if something breaks. The project is confounded to be small so I may get away with it.
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Would probably be enugh for my needs. Would like to avoid complicating and push simplicity boundaries instead
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Great, thanks! Yup I'd like to use JSDoc for this project, it's kinda my goal.
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Ok, so I'll just turn off compiler warnings and continue with JS
46 replies
HHono
Created by ThinkValue on 3/18/2025 in #help
Can I use hono with JavaScript (not TypeScript)
Thank you
46 replies