Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 11 TypeScript Lua Projects
-
I've had some success with https://github.com/TypeScriptToLua/TypeScriptToLua
Luau may be an alternative as well, haven't tried it.
I love Lua, but at larger scales it's unmanageable.
-
tabnine-vscode
Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
Project mention: Understanding AI for coders: Tabnine (your alternative to GitHub Copilot) | news.ycombinator.com | 2022-06-21Both are related to limitations of vscode completion engine, so Tabnine can't really blamed for them in any way.
1. Initially Tabnine's auto-completion was triggered on any character, which best leveraged Tabnine's power but also had inherent problem: when Tabnine was triggered on non-letter character it sometimes prevented Vscode from showing suggestions from other completion sources (LSPs, snippets). There is a discussion in https://github.com/codota/tabnine-vscode/issues/6 with me explaining that the only viable solution is to reduce set of trigger characters to letters only. In the end a fix was pushed that reduced the set of trigger characters, which made the problem less likely but still not solved. The are numerous duplicates of this issue on Github.
2. Another problem is when Vscode has auto-completion suggestions from Tabnine and other sources (LSP, snippets), it frequently puts Tabnine's at the top of list. This is a big no-go for me because most of the time just want to complete the identifier (class field, method etc.). Modifying just the extension code didn't help so in the end I had add a small patch to Vscode itself, which gives lowest score to Tabnine's candidates: https://github.com/sergei-dyshel/vscode/commit/ee73034b9ec6c....
I must admit that both problems can be practically solved by new "inline auto-completion" mechanism in vscode which looks very promising for AI-based completion in general. I'm looking forward to evaluate it.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: is it possible to make roblox scripts in a programming language other than lua | reddit.com/r/ROBLOXExploiting | 2022-11-08
You can use typescript https://roblox-ts.com/
-
Project mention: Suggest me some plugins/setup for writing + previewing markdown. | reddit.com/r/neovim | 2022-11-18
i use this https://github.com/toppair/peek.nvim it requires deno though!
-
You could still use lua: https://github.com/ceifa/wasmoon
-
syntax-highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
-
Project mention: On windows, why would any C or C++ developer use Visual Studio Code instead of Visual Studio IDE? | reddit.com/r/cpp | 2022-02-12
I can use xmake + vscode-xmake plugin to develop c/c++ program. It's very lightweight. https://github.com/xmake-io/xmake-vscode
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
VulnerableApp-facade
VulnerableApp-facade is probably most modern lightweight distributed farm of Vulnerable Applications built for handling wide range of vulnerabilities across tech stacks.
-
-
-
TypeScript Lua related posts
- Python debugging tips
- Optimize nvim in VS Code
- what platforms / languages would be good options for my graphical text adventure game?
- 109 hours to download?! Do I actually need to download this stuff? I’m taking intro to HTML through codecademy (no previous coding experience) and just wanted to download an IDE (visual studio) on my Mac to mess around with code.
- Silver Bullet: Markdown-based extensible open source personal knowledge platform
- is it possible to make roblox scripts in a programming language other than lua
- Do we have something similar to vscode-pets?
-
A note from our sponsor - Sonar
www.sonarsource.com | 7 Feb 2023
Index
What are some of the best open-source Lua projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | TypeScriptToLua | 1,589 |
2 | tabnine-vscode | 1,096 |
3 | roblox-ts | 623 |
4 | peek.nvim | 243 |
5 | wasmoon | 233 |
6 | syntax-highlighter | 171 |
7 | xmake-vscode | 153 |
8 | VulnerableApp-facade | 28 |
9 | luabundler | 16 |
10 | Telltale-Script-Editor | 14 |
11 | defold-vscode-build | 13 |