File tree Expand file tree Collapse file tree 26 files changed +234
-0
lines changed Expand file tree Collapse file tree 26 files changed +234
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3
+ * for users.
4
+ *
5
+ * Our code contains "magic strings" like `__DEBUG_BUILD__` that may get replaced with actual values during
6
+ * our, or the user's build process. Take care when introducing new flags - they must not throw if they are not
7
+ * replaced.
8
+ */
9
+
1
10
declare const __DEBUG_BUILD__ : boolean ;
You can’t perform that action at this time.
0 commit comments