mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: add enableMultithreadedJavascript flag to config definition
This commit is contained in:
@@ -10,9 +10,7 @@ interface IConfigPlaform {
|
||||
discardUncaughtJsExceptions?: boolean;
|
||||
}
|
||||
|
||||
interface IConfigIOS extends IConfigPlaform {
|
||||
|
||||
}
|
||||
interface IConfigIOS extends IConfigPlaform {}
|
||||
|
||||
interface IConfigAndroid extends IConfigPlaform {
|
||||
v8Flags?: string;
|
||||
@@ -21,7 +19,7 @@ interface IConfigAndroid extends IConfigPlaform {
|
||||
|
||||
heapSnapshotScript?: string;
|
||||
|
||||
"snapshot.blob"?: string;
|
||||
'snapshot.blob'?: string;
|
||||
|
||||
profilerOutputDir?: string;
|
||||
|
||||
@@ -44,6 +42,8 @@ interface IConfigAndroid extends IConfigPlaform {
|
||||
suppressCallJSMethodExceptions?: boolean;
|
||||
|
||||
enableLineBreakpoints?: boolean;
|
||||
|
||||
enableMultithreadedJavascript?: boolean;
|
||||
}
|
||||
|
||||
export interface NativeScriptConfig {
|
||||
|
||||
Reference in New Issue
Block a user