Skip to content

Commit def94a8

Browse files
Merge pull request #4176 from NativeScript/vladimirov/fix-ns-cloud-build
fix: builing of nativescript-cloud package fails
2 parents db8b2d4 + 4311070 commit def94a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/services/analytics/analytics-constants.ts renamed to lib/services/analytics/analytics-constants.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Defines messages used in communication between CLI's process and analytics subprocesses.
33
*/
4-
const enum AnalyticsMessages {
4+
declare const enum AnalyticsMessages {
55
/**
66
* Analytics Broker is initialized and is ready to receive information for tracking.
77
*/
@@ -11,7 +11,7 @@ const enum AnalyticsMessages {
1111
/**
1212
* Defines the type of the messages that should be written in the local analyitcs log file (in case such is specified).
1313
*/
14-
const enum AnalyticsLoggingMessageType {
14+
declare const enum AnalyticsLoggingMessageType {
1515
/**
1616
* Information message. This is the default value in case type is not specified.
1717
*/

0 commit comments

Comments
 (0)