You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the bundling mode, darklua is able to load data files (json, json5, yml, toml) and convert them to Lua. There should be a way to convert data files easily without using the bundler.
It could be as simple as a convert command that takes supported data files and maps them Lua files:
darklua convert data.yml data.lua
The text was updated successfully, but these errors were encountered:
When using the bundling mode, darklua is able to load data files (json, json5, yml, toml) and convert them to Lua. There should be a way to convert data files easily without using the bundler.
It could be as simple as a
convert
command that takes supported data files and maps them Lua files:The text was updated successfully, but these errors were encountered: