I have a lot of custom modules that return functio...
# suitescript
w
I have a lot of custom modules that return functions and classes. These modules often have each other as dependencies in their define block. When run, the first module can get the dependencies, however in subsequent modules hit an error when running as the like common modules are showing as undefined. I have a suspicion that the inclusion of classes has something to do with this. Is there any common thing to look out for when using classes with the define function?