←back to thread

277 points merqurio | 1 comments | | HN request time: 0.205s | source
Show context
epolanski ◴[] No.45113064[source]
Great project but I can't stand syntax such as decorators.
replies(5): >>45113194 #>>45113315 #>>45113317 #>>45113613 #>>45114400 #
1. hliyan ◴[] No.45113613[source]
Not seeing decorators in the JS version:

    export class SimpleGreeting extends LitElement {
    ...
    }
    customElements.define('simple-greeting', SimpleGreeting);