Dan Knights
Dan Knights
Hi, I'm having an issue where the `active-class` is applied on page-load but I only want it applied after the user clicks the link. I've tried `:highlightFirstItem="false"`, even though this...
**Describe the bug** When using the built-in Vue component `Teleport`, using `to="#app"` doesn't work. I've tried adding `id="app"` to a div wrapped around the `` component and to the story...
Adding a [`files`](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#files) array to `package.json` would trim down the package size a bit.
I'm using LiquidJS which provides a custom `block` tag, this plugin doesn't indent the content within this tag correctly, treating anything inside as being on the same level. Is this...
**Describe the bug** The pattern of adding TypeScript typing to methods in the constructor like this: ```js /*** * @type {CollectionOnSignature} */ this.on; ``` Means that subclasses can only override...
With a fresh install using the default config, this source code: ```js const a = /** @type {string} */ (foo); const b = /** @type {string} */ (foo.bar); const c...
This PR adds support for TypeScript optional property syntax by removing `?` characters after keys in object types.
This PR converts intersection `&` characters to union `|`. This would mean [`jsdoc-plugin-intersection`](https://github.com/chriseaton/jsdoc-plugin-intersection) is no longer required to be installed alongside this package.