acorn-static-class-features is an Acorn plugin that enables parsing of ECMAScript class static blocks and static class fields, features still under proposal. This plugin extends Acorn's parser to correctly identify and interpret these modern JavaScript constructs. It's useful for projects using Acorn directly and wanting to support the latest language features before wider support is available. It allows you to experiment and develop with static class features in your codebase.