You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/12/10 08:42:33 UTC

[GitHub] [incubator-weex] YorkShen commented on issue #3064: [Android/ios] Not Bug!Ask for confirming is Weex not support “.we” DSL yet in V0.28。

YorkShen commented on issue #3064: [Android/ios] Not Bug!Ask for confirming is Weex  not support “.we” DSL yet in V0.28。
URL: https://github.com/apache/incubator-weex/issues/3064#issuecomment-563927839
 
 
   **Short answer**: `.we` are not supported officially and there is no test case for it anymore, you may use it at your own risk.
   
   **Long answer**: In Weex 0.28, we decoupled javascript interpreter from Weex and used JSC as the default Javascript interpreter, which is the reason of your problems. If you prefer `.we` support, just change it to the old `libJavaScriptCore.so`, you can check [travis file](https://github.com/apache/incubator-weex/blob/master/.travis.yml#L144) for a demo.
   
   **Background Information**: There are many hack code in the old `libJavaScriptCore.so` to support `.we` file, I am not surprised  that `.we` is not supported by other Javascript interpreter.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services