Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a "ts-merge" file object, that contains data and metadata pertaining to a single file.

Objects of this type are used to transmit information from workers to processors. They are created and changed by said objects.

Hierarchy

  • File

Index

Properties

contents

contents: string

Contents of the file.

Optional mapSource

mapSource: undefined | string

Map source file path of the original (non-merged) file.

name

name: string

Name of the file (with extension, without path).

path

path: string

Path to the file's directory (without file name).

Optional size

size: undefined | number

Size of the file contents, in bytes.

Optional source

source: File

Object that represents the source from which this file was transpiled.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc