Artur Finger
Artur Finger
Quick workaround for anybody how just needs a quick fix: Create a new launch.json config in each of your workspaces. ...Assuming your workspace is called **my_workspace** you need this launch.json...
I made sure that existing tests are passing. In order to achieve this I had to exclude a corner case - imports which contain inline comments. So now an import...
@ljharb hi, this MR is ready for review. How should I deal with the fact that I'm getting blocked by eslint check, but the eslint errors are in files completely...
I have a feeling this MR may not get merged due to it's lack of support for inline comments inside import statements. For anybody who prefers no-duplicates to remove duplicate...
I have just noticed - method `Array.reduceRight` suffers from the same problem
@ashmichheda Sure thing, it's simple really. I just checked the behavior of the latest version on NPM - version 20230802.0.0 and it's still the same as with `v20221102` so this...
@zuhairtaha I am afraid Service Worker and Web Worker are two very different things. Let's start by getting this straight. Which one are you trying to use?