@nativescript/angular 21.0.1-alpha.1 → 21.0.1-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2084,6 +2084,7 @@ declare class NativeScriptDebug {
|
|
|
2084
2084
|
static readonly routeReuseStrategyTraceCategory = "ns-route-reuse-strategy";
|
|
2085
2085
|
static readonly listViewTraceCategory = "ns-list-view";
|
|
2086
2086
|
static readonly bootstrapCategory = "bootstrap";
|
|
2087
|
+
static readonly hmrTraceCategory = "ns-ng-hmr";
|
|
2087
2088
|
static readonly enabled: boolean;
|
|
2088
2089
|
static isLogEnabled(): boolean;
|
|
2089
2090
|
static animationsLog(message: string): void;
|
|
@@ -2098,6 +2099,8 @@ declare class NativeScriptDebug {
|
|
|
2098
2099
|
static listViewError(message: string): void;
|
|
2099
2100
|
static bootstrapLog(message: string): void;
|
|
2100
2101
|
static bootstrapLogError(message: string): void;
|
|
2102
|
+
static hmrLog(message: string): void;
|
|
2103
|
+
static hmrLogError(message: string): void;
|
|
2101
2104
|
}
|
|
2102
2105
|
|
|
2103
2106
|
/**
|