NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
530 stars 135 forks source link

fix: correctly load ts_helpers.js in workers #1798

Closed farfromrefug closed 5 months ago

farfromrefug commented 11 months ago

I added tests for this, the submodule needs to be update after the merge in the submodule repo

edusperoni commented 11 months ago

Wouldn't it be better to maybe just add the fields in the configuration objects instead?

farfromrefug commented 11 months ago

@edusperoni not sure what you mean. You know the runtime much better than me. If you think there is a better way go for it !

edusperoni commented 11 months ago

I mean adding on those 2 classes: "DynamicConfiguration" and "StaticConfiguration".

I'll take a look later to see how to best refactor it then

edusperoni commented 9 months ago

@farfromrefug there's a build running with this. Can you confirm again if this solves your issues completely and doesn't break anything on your apps? I've simplified it and added tests, so it should be fine.

farfromrefug commented 5 months ago

@edusperoni i can confirm this works