Overview
-
module Web-
module Packages-
class ConfigurationLoads and validates Web Packages settings from a project's
package.jsonfile. -
class ControllerCoordinates package-manager commands and static package deployment for a project.
-
class Error < StandardErrorThe base class for Web Packages failures.
-
class ConfigurationError < ErrorRaised when project or package configuration is invalid.
-
class PackageError < ErrorRaised when an installed package cannot be materialized safely.
-
class CheckError < ErrorRaised when generated static packages are missing or out of date.
-
class ManifestRecords the content and import mappings of a static package projection.
-
class PackageDescribes how one installed Node.js package is exposed as static files.
-
class PackageManagerDetects and invokes npm-compatible package managers without replacing them.
-
class ProjectionBuilds and validates deterministic static projections of installed packages.
-
-