sanjeev-rajput opened a new issue, #1259:
URL: https://github.com/apache/royale-asjs/issues/1259

   i really loves the way code is written and managed in Apache royale JS but 
as usual most of the developer write and compile code in debug mode and once 
done then we compile release build.
   
   here all are working fine as expected in js-debug and unable to run in 
js-release.
   
   code is available at 
https://github.com/sanjeev-rajput/ruffle-schand-as-js-wasm.git
   
   
   I also noticed that while reading json/array
   
   e.g. 
   in debug build
   data.item1 - works fine
   data['item1'] - works fine
   in release build
   data.item1 - in some cases it doesn't work
   data['item1'] - works fine
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to