Chris M. Welsh
Chris M. Welsh
This pull request is in order to remove the browser detection from Guiders.js. It breaks my application. See #88
I noticed you changed the `module.exports` behavior to automatically export all top-level variables and functions. I like this change a lot. Do you want me to submit a pull request...
If the user wraps their file in an IIFE (i.e. no `--bare` option provided), the compiler should add the `use strict;` statement at the top of the file.
I was having a weird issue where all of my images were being set to a max-height of 0. When I added the following plugin, my issues disappeared: ``` //...
I'd be interested in adding source map support to lua.js. See the article here: http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/