PHP 7.4.33
Preview: InvalidPackageConfigurationError.js.flow Size: 919 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-resolver/src/errors/InvalidPackageConfigurationError.js.flow
/**
 * 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.
 *
 * @flow strict
 * @format
 * @oncall react_native
 */

/**
 * Raised when a package contains an invalid `package.json` configuration.
 */
export default class InvalidPackageConfigurationError extends Error {
  /**
   * The description of the error cause.
   */
  reason: string;

  /**
   * Absolute path of the package being resolved.
   */
  packagePath: string;

  constructor(
    opts: $ReadOnly<{
      reason: string,
      packagePath: string,
    }>,
  ) {
    super(
      `The package ${opts.packagePath} contains an invalid package.json ` +
        'configuration. Consider raising this issue with the package ' +
        'maintainer(s).\nReason: ' +
        opts.reason,
    );
    Object.assign(this, opts);
  }
}

Directory Contents

Dirs: 0 × Files: 16
Name Size Perms Modified Actions
512 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
895 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
502 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
867 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
170 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
425 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
360 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
684 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
497 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
919 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
576 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
1.67 KB lrw-r--r-- 2025-03-28 11:04:32
Edit Download
434 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
1013 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
205 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
432 B lrw-r--r-- 2025-03-28 11:04:32
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).