Unit 'JSSrcMap' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-js]

TSourceMap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: jssrcmap.pas line 91

type TSourceMap = class

public

  constructor Create();

  destructor Destroy; override;

  procedure Clear; virtual;

  function AddMapping(); virtual;

  function CreateMappings; virtual;

  procedure ParseMappings(); virtual;

  function ToJSON; virtual;

  function ToString; override;

  procedure LoadFromJSON(); virtual;

  procedure SaveToStream(); virtual;

  procedure LoadFromStream(); virtual;

  procedure SaveToFile(); virtual;

  procedure LoadFromFile(); virtual;

  property GeneratedFilename: string; [rw]

  function IndexOfName();

  function IndexOfSourceFile();

  function IndexOfSegmentAt();

  function Count;

  property Items []: TSourceMapSegment; default; [r]

  function SourceCount;

  property SourceRoot: string; [rw]

  property SourceFiles []: string; [r]

  property SourceTranslatedFiles []: string; [rw]

  property SourceContents []: string; [rw]

  function NameCount;

  property Names []: string; [r]

  property Version: Integer; [r]

  property Options: TSourceMapOptions; [rw]

  property Sorted: Boolean; [rw]

end;

Inheritance

TSourceMap

|

TObject


Documentation generated on: 2023-03-18