The Wayback Machine - https://web.archive.org/web/20210211011702/https://github.com/noelmace
Skip to content
Avatar

Highlights

Organizations

@fullwebdev

Pinned

  1. A transverse vision of modern web development

    JavaScript 5 1

  2. One CLI to rule them all

    TypeScript 2 1

  3. A bunch of dotfiles and some other stuff I use. That it.

    Lua

  4. Pandoc filter to include external code files as fenced code blocks

    Python

  5. My personal Web Page

    HTML

2,973 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

February 2021

Created 1 repository

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