@@ -77,58 +77,58 @@ interface IProjectService {
7777}
7878
7979interface INsConfigPlaform {
80- id ?: string ;
80+ id ?: string ;
8181}
8282
8383interface INsConfigIOS extends INsConfigPlaform {
84- discardUncaughtJsExceptions ?: boolean ;
84+ discardUncaughtJsExceptions ?: boolean ;
8585}
8686
8787interface INsConfigAndroid extends INsConfigPlaform {
88- v8Flags ?: string ;
88+ v8Flags ?: string ;
8989
90- codeCache ?: boolean ;
90+ codeCache ?: boolean ;
9191
92- heapSnapshotScript ?: string ;
92+ heapSnapshotScript ?: string ;
9393
94- "snapshot.blob" ?: string ;
94+ "snapshot.blob" ?: string ;
9595
96- profilerOutputDir ?: string ;
96+ profilerOutputDir ?: string ;
9797
98- gcThrottleTime ?: number ;
98+ gcThrottleTime ?: number ;
9999
100- profiling ?: string ;
100+ profiling ?: string ;
101101
102- markingMode ?: string ;
102+ markingMode ?: string ;
103103
104- handleTimeZoneChanges ?: boolean ;
104+ handleTimeZoneChanges ?: boolean ;
105105
106- maxLogcatObjectSize ?: number ;
106+ maxLogcatObjectSize ?: number ;
107107
108- forceLog ?: boolean ;
108+ forceLog ?: boolean ;
109109
110- memoryCheckInterval ?: number ;
110+ memoryCheckInterval ?: number ;
111111
112- freeMemoryRatio ?: number ;
112+ freeMemoryRatio ?: number ;
113113
114- suppressCallJSMethodExceptions ?: boolean ;
114+ suppressCallJSMethodExceptions ?: boolean ;
115115
116- discardUncaughtJsExceptions ?: boolean ;
116+ discardUncaughtJsExceptions ?: boolean ;
117117
118- enableLineBreakpoints ?: boolean ;
118+ enableLineBreakpoints ?: boolean ;
119119}
120120
121121interface INsConfig {
122- id ?: string ;
123- main ?: string ;
122+ id ?: string ;
123+ main ?: string ;
124124 appPath ?: string ;
125125 appResourcesPath ?: string ;
126126 shared ?: boolean ;
127127 previewAppSchema ?: string ;
128128 overridePods ?: string ;
129- webpackConfigPath ?: string ;
130- ios ?: INsConfigIOS ;
131- android ?: INsConfigAndroid ;
129+ webpackConfigPath ?: string ;
130+ ios ?: INsConfigIOS ;
131+ android ?: INsConfigAndroid ;
132132}
133133
134134interface IProjectData extends ICreateProjectData {
@@ -140,8 +140,8 @@ interface IProjectData extends ICreateProjectData {
140140 devDependencies : IStringDictionary ;
141141 appDirectoryPath : string ;
142142 appResourcesDirectoryPath : string ;
143- projectType : string ;
144- packageJsonData : any ;
143+ projectType : string ;
144+ packageJsonData : any ;
145145 nsConfig : INsConfig ;
146146 androidManifestPath : string ;
147147 appGradlePath : string ;
0 commit comments