Is there native JS / TS support in Godot Engine?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Xomny

Hello everyone, does GDEngine have native JS/TS support without crutches right out of the box? I am a little annoyed by the idea of GDScript because of the syntax similar to python, for me it is very important in choosing a tool to implement my creative ideas and practice, since I am still a junior javascript developer, I would like not to move away from this language. I saw a repository on github with ECMAScript support, but as I understand it, this module needs to be compiled together with the source code of the engine, not exactly what I need.

:bust_in_silhouette: Reply From: yrtv

No. Only GDScript and C# supported out of the box.