PHP 7.4.33
Preview: source-map.d.ts Size: 1.53 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-source-map/src/source-map.d.ts
/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @format
 * @oncall react_native
 */

export type GeneratedCodeMapping = [number, number];
export type SourceMapping = [number, number, number, number];
export type SourceMappingWithName = [number, number, number, number, string];

export type MetroSourceMapSegmentTuple =
  | SourceMappingWithName
  | SourceMapping
  | GeneratedCodeMapping;

export interface HermesFunctionOffsets {
  [id: number]: ReadonlyArray<number>;
}

export type FBSourcesArray = ReadonlyArray<FBSourceMetadata | null>;
export type FBSourceMetadata = [FBSourceFunctionMap | null];
export interface FBSourceFunctionMap {
  readonly names: ReadonlyArray<string>;
  readonly mappings: string;
}

export interface FBSegmentMap {
  [id: string]: MixedSourceMap;
}

export interface BasicSourceMap {
  readonly file?: string;
  readonly mappings: string;
  readonly names: string[];
  readonly sourceRoot?: string;
  readonly sources: string[];
  readonly sourcesContent?: Array<string | undefined>;
  readonly version: number;
}

export interface IndexMapSection {
  map: IndexMap | BasicSourceMap;
  offset: {
    line: number;
    column: number;
  };
}

export interface IndexMap {
  readonly file?: string;
  readonly mappings?: unknown;
  readonly sourcesContent?: unknown;
  readonly sections: IndexMapSection[];
  readonly version: number;
}

export type MixedSourceMap = IndexMap | BasicSourceMap;

Directory Contents

Dirs: 1 × Files: 15
Name Size Perms Modified Actions
Consumer DIR
- drwxr-xr-x 2025-03-28 11:04:34
Edit Download
1.23 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
2.33 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
1.76 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
2.71 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
2.85 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
3.74 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
1001 B lrw-r--r-- 2025-03-28 11:04:34
Edit Download
4.32 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
10.27 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
16.27 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
4.63 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
7.14 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
1.53 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
4.25 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
8.79 KB lrw-r--r-- 2025-03-28 11:04:34
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).