@module-federation/error-codes
Advanced tools
Comparing version
@@ -13,2 +13,3 @@ 'use strict'; | ||
const BUILD_001 = 'BUILD-001'; | ||
const BUILD_002 = 'BUILD-002'; | ||
@@ -56,3 +57,4 @@ const getDocsUrl = (errorCode)=>{ | ||
const buildDescMap = { | ||
[BUILD_001]: 'Failed to find expose module.' | ||
[BUILD_001]: 'Failed to find expose module.', | ||
[BUILD_002]: 'PublicPath is required in prod mode.' | ||
}; | ||
@@ -62,2 +64,3 @@ const errorDescMap = _extends({}, runtimeDescMap, typeDescMap, buildDescMap); | ||
exports.BUILD_001 = BUILD_001; | ||
exports.BUILD_002 = BUILD_002; | ||
exports.RUNTIME_001 = RUNTIME_001; | ||
@@ -64,0 +67,0 @@ exports.RUNTIME_002 = RUNTIME_002; |
@@ -16,5 +16,7 @@ export declare const runtimeDescMap: { | ||
"BUILD-001": string; | ||
"BUILD-002": string; | ||
}; | ||
export declare const errorDescMap: { | ||
"BUILD-001": string; | ||
"BUILD-002": string; | ||
"TYPE-001": string; | ||
@@ -21,0 +23,0 @@ "RUNTIME-001": string; |
@@ -11,1 +11,2 @@ export declare const RUNTIME_001 = "RUNTIME-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-20250630125121", | ||
"version": "0.0.0-next-20250701070959", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
8879
3.67%173
4.85%