• Nope, uploading modules and uploading your code in the editor are independent things.

    The upload of the code goes through the code and finds all your require("moduleName") occurrences an uploads the modules separately and does the same with each module it uploads, which guarantees that nested required modules will be found in the Modules cache at runtime when your code will run and 'ask' for them (...when the require(...) is finally actually executed...)

About

Avatar for allObjects @allObjects started