feat: add support for URL in "packageManager"
#671
Annotations
10 errors
Check for type errors:
sources/Engine.ts#L12
'"./types"' has no exported member named 'URLDescriptor'. Did you mean 'Descriptor'?
|
Check for type errors:
sources/Engine.ts#L143
Type 'PackageManagerSpec | { url: URL; bin: {}; registry: { type: string; url: URL; fields: {}; }; }' is not assignable to type 'PackageManagerSpec'.
|
Check for type errors:
sources/commands/Base.ts#L52
Property 'commands' does not exist on type 'PackageManagerSpec | { url: URL; bin: {}; registry: { type: string; url: URL; fields: {}; }; }'.
|
Check for type errors:
sources/commands/Base.ts#L62
Argument of type '{ locator: Locator; spec: PackageManagerSpec | { url: URL; bin: {}; registry: { type: string; url: URL; fields: {}; }; }; hash: string; location: string; }' is not assignable to parameter of type '{ location: string; spec: PackageManagerSpec; }'.
|
Check for type errors:
sources/commands/Up.ts#L42
Argument of type 'string | URL' is not assignable to parameter of type 'string | SemVer'.
|
Check for type errors:
sources/corepackUtils.ts#L274
Argument of type 'string | URL' is not assignable to parameter of type 'string | SemVer'.
|
Check for type errors:
sources/main.ts#L93
Argument of type '{ locator: Locator; spec: PackageManagerSpec | { url: URL; bin: {}; registry: { type: string; url: URL; fields: {}; }; }; hash: string; location: string; }' is not assignable to parameter of type '{ location: string; spec: PackageManagerSpec; }'.
|
Check for type errors:
sources/specUtils.ts#L71
Type '{ name: string; range: string | URL; }' is not assignable to type 'Descriptor'.
|
Check for type errors:
sources/specUtils.ts#L82
Type '{ name: string; range: string | URL; }' is not assignable to type 'Descriptor'.
|
Check for type errors:
sources/specUtils.ts#L88
Type '{ name: string; range: string | URL; }' is not assignable to type 'Descriptor'.
|
The logs for this run have expired and are no longer available.
Loading