react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/cjs-modern-syntax
/index.cjs
| class PrivatePropertyClass { | |
| #prop = 'prop' | |
| getProp() { | |
| return this.#prop | |
| } | |
| } | |
| exports.instance = new PrivatePropertyClass() | |