-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
the nodejs.lua and npmmirror.lua has many duplicate code, so I think that if a plugin can contain multiple files, it will be much better |
or we can add a build stage, compile all lua scripts into a single lua script |
Yes, this is better. I'm also thinking about this, currently the plugin is distributed as |
@bytemain Because different SDKs may have different habits, when switching, it is actually determined based on In the current case, even though you're passing 20, after parsing it through Maybe it will be better to have an alias function in the future. ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your first contribution!
Support install node by
nodejs@20
expression, also supportnodejs@x.x
Fix #14