tc39/proposal-decorators

[Experimental transpiler] support for addInitializer

Closed this issue · 1 comments

We have beed added the support for addInitializer() (see #398) into the experimental transpiler:

https://javascriptdecorators.org/

Please, share we us your opinion about the transpiler result.

We have added the @init: option with field decorators. There are these cases (every link have an example):

public private
instance public field
public field with accessor
private field
private field with accessor
static static field
static field with accessor
static private field
static private field with accessor