rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

Update README for module.exports behavior #129

Open cmwelsh opened 10 years ago

cmwelsh commented 10 years ago

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 for updating the documentation?

On a side note, is this feature complete? I noticed that it will still export variables even if the user has manually provided a module.exports assignment themselves.

rzimmerman commented 9 years ago

Pull requests (especially for the README) are very welcome.

It's open for suggestions. I think the impact of duplicate module.exports is pretty low, but it might be worth having a way to not export something.