Andrés Alin

Results 6 comments of Andrés Alin
trafficstars

Would probably be fixed by #61

I did this with https://github.com/aalin/rdom by creating custom elements. Seems to work pretty well. Would be fixed by #61

I don't even have `assistant: reset key` in my installation, version 0.119.19.

This is how it should be done: ## `MyCustomElement.js` ```js export default class MyCustomElement extends HTMLElement { static observedAttributes = ["color", "size"]; constructor() { super(); } connectedCallback() { console.log("Custom element...

https://github.com/mayu-live/mayu-swc

Could probably use https://github.com/oxc-project/oxc for parsing/transforming/minifying