Skip to content

Conversation

keithamus
Copy link
Contributor

@keithamus keithamus commented Oct 20, 2023

Much like github/auto-complete-element#104 and github/auto-check-element#62, this PR upgrades us to the latest idioms we have within the Custom Elements landscape at GitHub. This means:

Develop development changes:

Uses web-test-runner over karma.
Uses a slightly improved eslint config
Minor changes to TSconfig
Uses esbuild over rollup
User faces changes:

Emits JSX types, making it compatible with React
Reworks exports allowing for various patterns, including importing the web component without defining, or defining under different scopes or registries.
Outputs a custom elements manifest.
These changes make it easier for us to integrate into various systems, without causing breakages in older systems.

Closes #21, #20, #19, #17, #14, #13, #12

@keithamus keithamus requested a review from a team as a code owner October 20, 2023 11:38
@keithamus keithamus merged commit 719a146 into main Oct 20, 2023
@keithamus keithamus deleted the use-new-standards-for-ces branch October 20, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant