acorn-class-fields is an Acorn plugin that adds support for class fields syntax (public and private) to the Acorn JavaScript parser. This plugin enables parsing of modern JavaScript code utilizing class fields, allowing developers to experiment with and analyze these features before wider adoption. By extending Acorn's capabilities, it facilitates the understanding and manipulation of code that leverages class field declarations. It aligns with the evolving JavaScript language specifications and provides a valuable parsing tool.