dao
dao copied to clipboard
Module support
Hello!
Now, I know that Dao already has module support - be it via the load statement or it's numerous embedding APIs that make modularization really easy.
But unfortunately, I was not able to find anything about the load statement, and how it can essentially be used. More so, I would like to be able to change the process of resolving a file into something that's like NodeJS - where the application would look inside a folder such as dao_modules for a module to load.
Would you please elaborate on the load syntax and what it can be used for?
Thank you in advance!
Kind regards, Ingwie