Open JaredMonkey opened 3 years ago
Javascript numbers actually are doubles... sounds like this was on the C++ side though. What compiler are you using?
I started from scratch and generated the project with cmake-3.19 Visual Studio 2019 Microsoft (R) C/C++ Optimizing Compiler Version 19.23.28106.4 for x86
I had an error where I couldn't convert from double to ActionType, changed to an int and that fixed building and debugging for me.
Also curious, how would you like to handle .gitignore with collaborators with the package-lock.json?