mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: replace var usage with let/const (#7064)
This commit is contained in:
2
tns-core-modules/utils/debug.d.ts
vendored
2
tns-core-modules/utils/debug.d.ts
vendored
@@ -5,7 +5,7 @@
|
||||
/**
|
||||
* A runtime option indicating whether the build has debugging enabled.
|
||||
*/
|
||||
export var debug: boolean;
|
||||
export let debug: boolean;
|
||||
|
||||
/**
|
||||
* A class encapsulating information for source code origin.
|
||||
|
||||
Reference in New Issue
Block a user