microsoft / ajaxmin

The Microsoft Ajax Minifier enables you to improve the performance of your Ajax applications by reducing the size of your Cascading Style Sheet and JavaScript files.
https://www.nuget.org/packages/AjaxMin
MIT License
32 stars 21 forks source link

Please, support fields in javascript classes, at least public and static public fields #12

Closed tbebekis closed 3 years ago

tbebekis commented 4 years ago

Please, support fields in javascript classes, at least public and static public fields

class A {

   constructor() {
   }

   Field;
   Field2 = 123;
   static Field3;
   static Field4 = 123; 
}

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Class_fields

seankeating commented 3 years ago

This project is no longer being maintained.