djulien

Results 4 issues of djulien

Replaced "const" with "var" so it can be used with older js engines. (I'm using a recent js engine, but a nested esprima module is using older syntax rules so...

I'm getting the following error if magic-globals is require'd from multiple dependencies: **TypeError: Cannot redefine property: __stack** To avoid this error, I added a check in magic-globals if properties are...

The assets/init.d/raspberry-wifi-conf file assumes that node.js is installed at /usr/bin/node. This will not be the case if it was installed via nvm or other non-repo install. see line 19: `sudo...

a couple of enhancements: 1. add definitions for Digispark ATTiny85 2. allow pinModeFast and digitalWriteFast (and NonConstantUsed) to be inlined within an expression (I added new names ending with _expr,...