OXC.Bundle.Output (OXC v0.17.1)

Copy Markdown View Source

A generated bundle output chunk or asset.

Summary

Types

t()

@type t() :: %OXC.Bundle.Output{
  code: term(),
  dynamic_imports: term(),
  exports: term(),
  file_name: term(),
  imports: term(),
  name: term(),
  path: term(),
  source: term(),
  sourcemap: term(),
  type: term()
}

Functions

new(output)