@module-federation/error-codes
Advanced tools
Comparing version 0.0.0-next-20241212120314 to 0.0.0-next-20241212123451
@@ -10,2 +10,3 @@ 'use strict'; | ||
const RUNTIME_007 = 'RUNTIME-007'; | ||
const RUNTIME_008 = 'RUNTIME-008'; | ||
const TYPE_001 = 'TYPE-001'; | ||
@@ -47,3 +48,4 @@ | ||
[RUNTIME_006]: 'Invalid loadShareSync function call from runtime', | ||
[RUNTIME_007]: 'Failed to get remote snapshot.' | ||
[RUNTIME_007]: 'Failed to get remote snapshot.', | ||
[RUNTIME_008]: 'Failed to load script resources.' | ||
}; | ||
@@ -62,2 +64,3 @@ const typeDescMap = { | ||
exports.RUNTIME_007 = RUNTIME_007; | ||
exports.RUNTIME_008 = RUNTIME_008; | ||
exports.TYPE_001 = TYPE_001; | ||
@@ -64,0 +67,0 @@ exports.errorDescMap = errorDescMap; |
@@ -9,2 +9,3 @@ export declare const runtimeDescMap: { | ||
"RUNTIME-007": string; | ||
"RUNTIME-008": string; | ||
}; | ||
@@ -23,2 +24,3 @@ export declare const typeDescMap: { | ||
"RUNTIME-007": string; | ||
"RUNTIME-008": string; | ||
}; |
@@ -8,2 +8,3 @@ export declare const RUNTIME_001 = "RUNTIME-001"; | ||
export declare const RUNTIME_007 = "RUNTIME-007"; | ||
export declare const RUNTIME_008 = "RUNTIME-008"; | ||
export declare const TYPE_001 = "TYPE-001"; |
@@ -7,3 +7,3 @@ { | ||
"sideEffects": false, | ||
"version": "0.0.0-next-20241212120314", | ||
"version": "0.0.0-next-20241212123451", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7764
150