E0155: cannot reference private variables without object; use 'this.'
Classes can contain private properties. Their names start with #
. It is a
syntax error to use a private property without an object:
To fix this error, write this.
before the use of the private property:
Introduced in quick-lint-js version 0.3.0.
Documentation for other errors