RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Change private fields to new Ecma syntax #133

Open RolandJansen opened 4 years ago

RolandJansen commented 4 years ago

There are private fields now which has the # syntax. There are pros and cons with these fields which are described in the TS 3.8 release notes.

Check all classes and replace private fields if beneficial

RolandJansen commented 3 years ago

Another thing that's currently not important. It needs some time to think about. Stalled until intermix is feature complete and has a nice demo.