Stone.js API
    Preparing search index...
    • Generate the manifest's source.

      Real static imports, never a glob: this file is read by Metro, and it has to look like code anyone could have written by hand. Which is also why it collects every export of every module the same way the web entry does, so a class, a blueprint or a define* fragment is picked up on both platforms by the same rule.

      Parameters

      • manifestDir: string

        The directory the manifest lives in.

      • files: string[]

        The discovered module files.

      Returns string

      The manifest source.