João Samouco

Results 4 comments of João Samouco

Hi! > In your case I'd suggest pinning to `v1.6.0` if you really need the explicit CommonJS binding. But the future-proof way is to migrate to using ES modules. This...

> @joaosamouco I'm surprised you didn't already have this issue with all the `d3-*` dependencies. Their latest major version is also ESM only. Did you not have to include them...

Just tested it and this is the output of the same example with `a` as prefix. ``` javascript (function () { var aa = 1; var ab = 2; var...

Took your comment in to consideration and moved the condition outside of the loop. Tell me if you find something else that can be improved.