Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset pipeline doesn't uderstand private (hash) method #333

Open
rlconst opened this issue Mar 1, 2024 · 1 comment
Open

Asset pipeline doesn't uderstand private (hash) method #333

rlconst opened this issue Mar 1, 2024 · 1 comment

Comments

@rlconst
Copy link

rlconst commented Mar 1, 2024

Private methods in js classes spec.

class Foo {
    constructor() {
        // ERROR - [JSC_PARSE_ERROR] Parse error. 'identifier' expected
        this.#private()
    }

    #private() {}
}
@NekoBroadway
Copy link

I also have this issue. Is there any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants