Currently, these symbols do not get bundled into the generated core. Since they may require additional dependencies that are dependent on the package they are part of, it is not feasible to serialize the functions they represent and include it inside the generated core composition. Seems like we may need to use something like browserify to extract the fully executable JS from these linked resolutions so that dependencies can be satisfied.