selene
selene copied to clipboard
Support for special / static builtin requires
In Lune we use a special require syntax for builtin libraries instead of globals to avoid polluting the global environment and taking up useful names. Our requires are in the format require("@lune/builtin-library-name") and are statically resolvable to a table of functions/and or properties. It would be great to have support for this in selene!