Re-write the main binding to use a proxy object to avoid global scope#62
Re-write the main binding to use a proxy object to avoid global scope#62
Conversation
|
I also changed how the module was initialized by using a blocking synchronous method, hopefully that will take care of the bindings failing to install every once in a while (after simulator reload for example) |
Hi @ospfranco .. Sure, I will do that tonight! |
|
Everything looks stable to me, I will release it now and you can do a test later! thanks! |
@ospfranco Hi. Sorry for the late response. I have a doubt: My project is TypeScript, so my lint reads index.d.ts from lib/typescript. I fixed this file with this new changes, but I noted that this file folder is in the git ignore list. Is this correct? |
@ospfranco Please, disconsider this doubt. I've noted that this file is auto-generated when attached to the consumer project. |
|
I don't quite understand what you mean, but please do open a new issue with more details |
It's not a issue. I was thinking that the index.d.ts must be manually updated, but this file is auto-generated. So, there is no need to change anything on the 4.0 release. Thank you for your effort! |
closes #59
@EduFrazao would you mind taking a look and doing a quick test?