@defold-typescript/tstl-plugin
v0.11.1
Published
TypeScript language-service plugin surfacing Defold transpiler diagnostics live in the editor.
Downloads
737
Readme
@defold-typescript/tstl-plugin
A TypeScript language-service plugin for Defold projects —
surfaces TypeScript-to-Lua transpile diagnostics live in the editor as advisory
suggestions, so unsupported constructs squiggle as you type without ever failing
tsc --noEmit.
npm i -D @defold-typescript/tstl-pluginMost users get this wired in automatically by the
defold-typescript CLI
(bunx @defold-typescript/cli init), which adds the plugin to tsconfig.json's
plugins array.
See the repository README
and packages/docs/guide/
for the full workflow.
License
MIT
