custom-elements-manifest icon indicating copy to clipboard operation
custom-elements-manifest copied to clipboard

Custom Elements Manifest is a file format that describes custom elements in your project.

Results 59 custom-elements-manifest issues
Sort by recently updated
recently updated
newest added

**Description** The _custom elements analyzer_ is a great tool to analyze component libraries. Currently, I'm using it to analyze my component library and automatically generate a API documentation that can...

Hi, I am working on a new cem-plugin using a fork of the cem-plugin-template provided [here](https://github.com/open-wc/cem-plugin-template) (thanks for this template btw!) I noticed some odd behavior between versions 0.5.5 and...

```js import { DesignSystem } from "@microsoft/fast-foundation" import { fastAnchor } from '@microsoft/fast-components'; DesignSystem.getOrCreate().register( fastAnchor() ); ``` ```js import { DesignSystem } from "@microsoft/fast-foundation" import { allComponents } from '@microsoft/fast-components';...

I want to try out the analyzer and I tried importing it form skypack and unpkg, and it's failing. See: https://cdn.skypack.dev/error/build:@custom-elements-manifest/[email protected] ``` /* * [Package Error] "@custom-elements-manifest/[email protected]" could not be...

**Checklist** - [x] Did you run the analyzer with the `--dev` flag to get more information? - [x] Did you create a **minimal** reproduction in the [playground](https://custom-elements-manifest.netlify.app/)? Hello there, at...

Hi, I expected that `npx cem analyze --litelement` would extract types from static properties without any additional `jsdoc` comments. ```js class MyElement extends LitElement { static get properties() { return...

Hi, When running the tool on our Lion components (LionInputAmount) in particular, we found out that `handleJsDoc` does not recognize object params built from multiple `@param` tags. For instance: ```js...

**Checklist** - [x] Did you run the analyzer with the `--dev` flag to get more information? - [x] Did you create a **minimal** reproduction in the [playground](https://custom-elements-manifest.netlify.app/)? - used version...

NPM command: custom-elements-manifest analyze --outdir public/ --litelement --dev with node version 14.17.0 everything works fine, version 16.14.2 broken with error: TypeError: Cannot read properties of undefined (reading 'push') at mapClassMember...

see https://github.com/open-wc/create/issues/48#issuecomment-900306742