esdoc/esdoc-plugins

Is this repository still maintained?

Closed this issue · 2 comments

This repository hasn't been updated for more than one year.

I am looking for support to ES proposal, such as proposal-class-fields.
For example, this stage-3 proposal is not supported:

class A{
    #aPrivateProperty=1;
    constructor(){}
}

Obviously...