@nativescript/android 8.7.0 → 8.7.1-next.2024-07-02-9767946011
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/framework/app/libs/runtime-libs/nativescript-optimized-with-inspector.aar +0 -0
- package/framework/app/libs/runtime-libs/nativescript-optimized.aar +0 -0
- package/framework/app/libs/runtime-libs/nativescript-regular.aar +0 -0
- package/framework/app/src/main/assets/internal/ts_helpers.js +3 -1
- package/framework/app/src/main/java/com/tns/RuntimeHelper.java +1 -1
- package/framework/build-tools/android-metadata-generator.jar +0 -0
- package/framework/build-tools/dts-generator.jar +0 -0
- package/framework/build-tools/jsparser/js_parser.js +1 -1
- package/framework/build-tools/static-binding-generator.jar +0 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -170,6 +170,8 @@
|
|
|
170
170
|
Object.defineProperty(global, "__extends", { value: __extends });
|
|
171
171
|
Object.defineProperty(global, "__decorate", { value: __decorate });
|
|
172
172
|
|
|
173
|
-
global.
|
|
173
|
+
if (!global.__ns__worker) {
|
|
174
|
+
global.JavaProxy = JavaProxy;
|
|
175
|
+
}
|
|
174
176
|
global.Interfaces = Interfaces;
|
|
175
177
|
})()
|
|
@@ -190,7 +190,7 @@ public final class RuntimeHelper {
|
|
|
190
190
|
waitForLiveSync(context);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
runtime.runScript(new File(appDir, "internal/ts_helpers.js"));
|
|
193
|
+
// runtime.runScript(new File(appDir, "internal/ts_helpers.js"));
|
|
194
194
|
|
|
195
195
|
File javaClassesModule = new File(appDir, "app/tns-java-classes.js");
|
|
196
196
|
if (javaClassesModule.exists()) {
|
|
Binary file
|
|
Binary file
|