Sundays211 / VirtueRS3

MIT License
11 stars 13 forks source link

Script system updates #78

Closed Sundays211 closed 6 years ago

Sundays211 commented 6 years ago

FYI, this change allows new javascript features to be used (arrow functions, template strings, default params, let/const, etc) and makes starting/reloading scripts faster.

The main impacts here are:

You can also now start using typescript and any new javascript features in scripts, though this isn't required unless you want to do so (the old style of scripts will continue to work fine)