Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Pinned
2,973 contributions in the last year
Less
More
Activity overview
Contributed to
fullwebdev/fullwebdev,
noelmace/web-on-fire,
noelmace/monocli
and 5 other
repositories
Contribution activity
February 2021
Created 1 repository
- noelmace/eslint-plugin-wc TypeScript
Created a pull request in 43081j/eslint-plugin-wc that received 2 comments
fix: false positive when accessing shadow dom in constructor
Fix #46
Explainer
A custom element instance can be created programmatically with document.createElement. Which means the class constructor may be c…
+89
−196
•
2
comments
Created an issue in 43081j/eslint-plugin-wc that received 2 comments
no-constructor-attributes error when manipulating the Shadow DOM
Using this.shadowRoot.append() in a WC constructor leads to a wc/no-constructor-attributes error.
class Demo extends HTMLElement { constructor() { s…
2
comments

