the original (absolute) resolved path (return value of the onResolve hook) of this bundled resource.
the namespace inherited from the onTransform hook
(which gets inherited from the onLoad hook, and the onResolve hook prior to it).
the onLoad loader that was used for this resource. equivalent to OnEmitOptions.loader.
the onTransform loader that was used for this resource during its transformation stage.
if the resource did not go through a transformation stage, then this value will be the same as loader.
moreover, this value is equivalent to the OnEmitOptions.transformLoader provided in the filteration options.
any url-suffix string that might present in the resolved path.
arbitrary data passed from the transformation stage to the emit stage.
a description of an input file that was bundled into a physical output file (OnEmitArgs).