Wolfsbane Posted July 22, 2018 Share Posted July 22, 2018 Should this message concern me? What does it mean? (The game is functioning correctly. As well as WIP's can, anyway) Also, (probably unrelated), is Panda2 ES5, and I'm expected to code ES5? I started coding using ES6 features (such as let, because var is horrible), but after checking this warning, I guessed that maybe it was because I was using let. I removed it.. still get it, so it's not that, but I assume that the standard for panda is to stick to ES5? I checked PhoneGap, and I think it only accepts ES5, at the moment, right? Quote Link to comment Share on other sites More sharing options...
enpu Posted July 22, 2018 Share Posted July 22, 2018 "Too many errors" issue in Syntax validation is fixed in the next 1.6.0 version of editor. Panda 2 supports both ES5 and ES6. When you export your project, the code is minified and compiled into ES5-compatible code. Wolfsbane and Ninjadoodle 2 Quote Link to comment Share on other sites More sharing options...
Wolfsbane Posted July 22, 2018 Author Share Posted July 22, 2018 Quote Panda 2 supports both ES5 and ES6. When you export your project, the code is minified and compiled into ES5-compatible code. Now, that is interesting, and a nice feature! ...time to go back through and replace var with let again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.