Gurpreet Atwal
Gurpreet Atwal
### Description I attempted to use `td.replace(object, 'property')` to replace a property that is defined as a getter using `Object.defineProperty` and got an error. ### Issue Attempting to set a...
## Expected behavior `valid-types` should allow users to specify the properties of values in an array as documented on the JSDoc website: https://jsdoc.app/tags-param.html#parameters-with-properties ## Actual behavior ``` 6:0 error Syntax...
The [JSDoc on `map` indicates that `input` can be an iterable](https://github.com/blend/promise-utils/blob/4bd18892ba61103248c2517e9a0679dc818fd895/src/map.ts#L3-L20), however it doesn't seem to work with other objects that implement the [iterable protocol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) including built-in ones like `Set`....
The rule currently warns for methods defined on classes that return constant values, however this isn't the ideal behavior because refactoring those methods to use lodash would produce some weird...
Would it be possible to add an option to always return the longhand version of the match? Enabling the `json` flag forces longhand as well, but has other consequences. I'm...
The [docs](https://kit.svelte.dev/docs/service-workers) state that the service worker can be located at `src/service-worker.js` or as an `index.js` file within the `src/service-worker` directory. Without this fix users who place the file within...