@oazmi/esbuild-generic-loader - v0.1.3
    Preparing search index...

    Function createFiles

    • write a collection of virtual files to your filesystem. this function accepts virtual files that are either in text (string), binary (Uint8Array), or streamable text/binary (ReadableStream<string | Uint8Array>) formats. it is important that you provide the configuration parameter's ["dir"] | dir field, so that relative paths can be resolved according to the provided directory.

      Parameters

      Returns Promise<void>