starlight icon indicating copy to clipboard operation
starlight copied to clipboard

A Lua to ES6 transpiler.

Results 13 starlight issues
Sort by recently updated
recently updated
newest added

it is necessary to look at the documentation

Hello! I tried to follow `starlight-examples`. But the output of `grunt-starlight` is unreadable minified javascript. How can I configure `Gruntfile.js` to disable uglification/minification for better readability and debugging?

Hi, have been able to use moonscript directly, using the MoonScript parser + StarLight parser. But I want to be able to require a module written in MoonScript dynamically without...

help appreciated

Method: `starlight.runtime.T.prototype.toObject()` Example use: http://jsbin.com/xewelixulo/edit?html,console

prority

For example: `local date = window.Date.new()`

prority

Add an array to the configuration object called `libs`. If present, parse the values in order and add/remove global vars according to the following rules: | value | action |...

Add `starlight.config.loaded` object to configuration. The object's keys will become modnames in Lua and values are those that will be the result of calling `require('modname')`. Values should be wrapped using...

It would be useful if there was a REPL on the website, like lua.vm.js - so you can test out starlight without having to mess with the setup.

help appreciated

Add module with `new()`, `global` and `null` to interop with JavaScript.

enhancement
prority

Hello, it's seems like _starlight_ is adding a `return [];` statement at the end of a function. The problem is when we specify an explicit return statement like so: ```...

nice to have