297
Oracle urged again to surrender JavaScript trademark
(www.theregister.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Typescript and JavaScript are different languages and the distinction is important, especially because the two are used in conjunction with each other.
Especially because TypeScript compiles down to ~~JavaScript~~ JS
Yeah but why would you ever use javascript instead of typescript.
Don't answer that. ๐
Because I'm a browser and I can't read typescript.
For an application? Never. I'd still use it for something very small like a build script where the hassle of separate compile and run stages makes the whole thing a hassle to use. That might change now, though, since I think Node has gained the ability to execute Typescript directly.
Been using vite for a while and haven't had to think about it.
Glad node is catching up. But it'd spare even more headaches if it natively supported ES6 modules