diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-05 16:08:41 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-05 16:08:41 +0800 |
commit | 890fc913737c62c5d7e51636e0535b7b318a0d89 (patch) | |
tree | 8ca71fc3a2599ad1cbebcd3234dcb06292448037 /.gitignore | |
parent | 3b94999e55df35d19616e87d7f3b6fddf5b8a30b (diff) | |
download | yuescript-890fc913737c62c5d7e51636e0535b7b318a0d89.tar.gz yuescript-890fc913737c62c5d7e51636e0535b7b318a0d89.tar.bz2 yuescript-890fc913737c62c5d7e51636e0535b7b318a0d89.zip |
move functions of old export statement to global statement, make export statement work with Lua module system.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ build.luarocks | |||
4 | spec/outputs | 4 | spec/outputs |
5 | moonplus-*.rock* | 5 | moonplus-*.rock* |
6 | !moonplus-dev-1.rockspec | 6 | !moonplus-dev-1.rockspec |
7 | .vs | ||
8 | bin | ||