excubo-ag / WebCompiler

Apache License 2.0
148 stars 29 forks source link

Javascript: Support class variables #48

Closed NullQubit closed 2 years ago

NullQubit commented 2 years ago

Minification for classes with explicitly defined class fields fails. Example:

class A {
    field;

   constructor() { 
    }
}

The above is supported in NUglify from v1.16.0.

stefanloerwald commented 2 years ago

Hi @NullQubit,

Thanks for raising this! Seems like this update slipped my attention. I'm in the process of deploying an updated version, so you should be able to update within the next hour.

Best regards, Stefan