This repository was archived by the owner on Dec 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed
Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1- export default class BuildProfile {
2- static readonly HAR_VERSION = '2.20.0-0.1.7';
3- static readonly BUILD_MODE_NAME = 'debug';
4- static readonly DEBUG = true;
5- static readonly TARGET_NAME = 'default';
1+ /**
2+ * Use these variables when you tailor your ArkTS code. They must be of the const type.
3+ */
4+ export const HAR_VERSION = '2.20.0-0.1.10';
5+
6+ export const BUILD_MODE_NAME = 'debug';
7+
8+ export const DEBUG = true;
9+
10+ export const TARGET_NAME = 'default';
11+
12+ /**
13+ * BuildProfile Class is used only for compatibility purposes.
14+ */
15+ export default class BuildProfile {
16+ static readonly HAR_VERSION = HAR_VERSION;
17+ static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
18+ static readonly DEBUG = DEBUG;
19+ static readonly TARGET_NAME = TARGET_NAME;
620}
Original file line number Diff line number Diff line change 11{
22 "name" : "@react-native-oh-tpl/react-native-fs" ,
3- "version" : "2.20.0-0.1.9 " ,
3+ "version" : "2.20.0-0.1.10 " ,
44 "description" : "Please describe the basic information." ,
55 "main" : "index.ets" ,
66 "types" : "module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-oh-tpl/react-native-fs" ,
3- "version" : " 2.20.0-0.1.9 " ,
3+ "version" : " 2.20.0-0.1.10 " ,
44 "description" : " Native filesystem access for react-native" ,
55 "main" : " FS.common.js" ,
66 "typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments