seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
71 stars 9 forks source link

Support require by path with a `.luaurc` config #166

Open jeparlefrancais opened 8 months ago

jeparlefrancais commented 8 months ago

A recent RFC was implemented in Luau that defines an entry in the config file to support require aliases. Darklua can use this config to reduce the configuration overhead.

Link to RFC: https://github.com/luau-lang/rfcs/blob/master/docs/require-by-string-aliases.md