File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ This module implements JavaScript/TypeScript language support for the godot game
8
8
- Almost complete ES2020 support
9
9
- All godot api avaliable
10
10
- Operator overriding for builtin types (Vector3, Color, etc)
11
- - Using thirdpart libraries directly from npm
11
+ - TypeScript support
12
+ - [ Using thirdpart libraries from npm] ( https://github.com/GodotExplorer/ECMAScriptDemos/tree/master/npm_module )
12
13
- Multi-thread support with Worker API
13
- - Full TypeScript workflow support
14
14
- Full code completion support for all godot APIs including signals and enumerations
15
15
- Debug in Visual Studio Code with the [ plugin] ( https://marketplace.visualstudio.com/items?itemName=geequlim.godot-javascript-debug )
16
16
You can’t perform that action at this time.
0 commit comments