Importing through folders

Is there any reason the import statement uses / instead of . to denote folders? I've written a janky script to search through the libraries I'm using and replace all requires with imports but doing so for this seems a bit dangerous. Could the dot notation be added in for interoperability with standard lua libs?

1 Like