I’m working on a project where I need to use a style check for my code. I want to use acorn js, however it fails when trying to parse private class fields and class methods. I’ve tried: However it fails when running. This is the error message: I need to be able to use private class fields and methods, but