a list of input resources that were bundled into this resource (by esbuild), or were chunked by esbuild for this resource.
a list of resource imports that were included in the build for this resource. these, however, are not currently bundled into the contents of your resource; they're still external resources that your transformed file will need to reference (re-incorporate) in order to import during runtime.
the transformed and/or bundled content that may need to have the linked imports re-incorporated into it.
the output path of this bundled resource, relative to the
cwdorabsWorkingDir(not theoutdirdirectory!), and always in posix format.TODO: I actually don't provide a relative path right now. but should I even?