Martin Man
Martin Man
Any progress on this one? How can I help?
just a friendly ping
@mcollina I'd love to but I'm not familiar with the code base that much and looking around I'm not sure what to test exactly, but if you give me some...
@mcollina ping. Could you please help me understand what tests would you like to see? I'd like to get this merged. Thx!
My understanding is that it does not actually cause issues in bundlers. The original code uses new JS syntax that gets passed through "as is" using any known bundler and/or...
Thanks @kanongil for your view. Agree completely. In my codebase I was actually able to workaround this problem by using rather simple babel plugin that replaces the bigint `n` literal...
@mcollina @kanongil @MattiasBuelens PR description updated. Created a custom ESLint rule, turned it into a custom local ESLint plugin, referencing in a new style ESLint flat config file. Seems to...
@mcollina Updated the workflow files to exclude node `12.x` and `14.x` for `macos-latest` the same way it was already done for `windows-latest`. Let's see if the checks pass now...