There was an error while loading. Please reload this page.
1 parent e447dc2 commit adec7e0Copy full SHA for adec7e0
1 file changed
README.md
@@ -21,6 +21,7 @@ Add the lualib files to your project. This helper library unlocks additional typ
21
- Ternary operator
22
- Functional-style list operations (forEach/map/filter/every/some)
23
- Includes lua Map<S,T> and Set<T> implementations
24
+Add `require("typescript")` in your code code if you want to use the lualib functionality.
25
26
### Transpiling an individual TypeScript file to Lua
27
To transpile a typescript file to lua, run Compiler.js in node with the path to the file you want to compile, eg:
0 commit comments