wcc icon indicating copy to clipboard operation
wcc copied to clipboard

Experimental native Web Components compiler.

Results 37 wcc issues
Sort by recently updated
recently updated
newest added

## Related Issue related to #23 ## Summary of Changes 1. Gracefully handle a module with no `default export` 1. Add test case

enhancement
0.6.2

## Type of Change - New Feature Request ## Summary Coming out of https://github.com/ProjectEvergreen/greenwood/pull/992, saw instances where code that was getting SSR'd in WCC was failing due to `window` not...

documentation
0.6.2

## Related Issue resolves #100 ## Summary of Changes 1. Add explicit test for `globalThis.addEventListener` 1. Add call out / link for usage of `globalThis` in the docs

documentation

## Related Issue resolves #87 ## Summary of Changes 1. Scan `render` and `constructor` functions for usage of `this` to generate `observedAttributes` and `attributeChangedCallback` For example, this ```jsx export default...

documentation
feature
JSX

## Type of Change - New Feature Request ## Summary Related to #84 , it would be cool if for something like this ```jsx class TodoListItem extends HTMLElement { constructor()...

feature
expirement
JSX

## Type of Change - New Feature Request ## Summary Coming from #84 , wanted to track support for having something like this ```jsx render() { return ( You have...

feature
expirement
JSX

## Type of Change - New Feature Request ## Summary Would like to support these kinds of features 1. [ ] Boolean Attributes 1. [ ] Form Submission ## Details...

feature
expirement
JSX

## Type of Change - New Feature Request ## Summary Would like to explore how to provide a streaming API that could also break apart the page at render roots....

feature
help wanted

## Type of Change - Question / Documentation ## Summary Currently, `wcc` requires a `default export` from the first entry point custom element definition it parses. For example, is you...

documentation
question

## Type of Change - New Feature Request ## Summary Tracking a number of items that I think the DOM shim should be able to support, though I'm not sure...

feature
question