@module-federation/error-codes
Advanced tools
Comparing version
@@ -11,2 +11,3 @@ 'use strict'; | ||
const RUNTIME_008 = 'RUNTIME-008'; | ||
const RUNTIME_009 = 'RUNTIME-009'; | ||
const TYPE_001 = 'TYPE-001'; | ||
@@ -51,3 +52,4 @@ const BUILD_001 = 'BUILD-001'; | ||
[RUNTIME_007]: 'Failed to get remote snapshot.', | ||
[RUNTIME_008]: 'Failed to load script resources.' | ||
[RUNTIME_008]: 'Failed to load script resources.', | ||
[RUNTIME_009]: 'Please call createInstance first.' | ||
}; | ||
@@ -73,2 +75,3 @@ const typeDescMap = { | ||
exports.RUNTIME_008 = RUNTIME_008; | ||
exports.RUNTIME_009 = RUNTIME_009; | ||
exports.TYPE_001 = TYPE_001; | ||
@@ -75,0 +78,0 @@ exports.buildDescMap = buildDescMap; |
@@ -10,2 +10,3 @@ export declare const runtimeDescMap: { | ||
"RUNTIME-008": string; | ||
"RUNTIME-009": string; | ||
}; | ||
@@ -31,2 +32,3 @@ export declare const typeDescMap: { | ||
"RUNTIME-008": string; | ||
"RUNTIME-009": string; | ||
}; |
@@ -9,4 +9,5 @@ export declare const RUNTIME_001 = "RUNTIME-001"; | ||
export declare const RUNTIME_008 = "RUNTIME-008"; | ||
export declare const RUNTIME_009 = "RUNTIME-009"; | ||
export declare const TYPE_001 = "TYPE-001"; | ||
export declare const BUILD_001 = "BUILD-001"; | ||
export declare const BUILD_002 = "BUILD-002"; |
@@ -7,3 +7,3 @@ { | ||
"sideEffects": false, | ||
"version": "0.0.0-next-20250714115720", | ||
"version": "0.0.0-next-20250715082703", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
9213
3.76%181
4.62%