tools icon indicating copy to clipboard operation
tools copied to clipboard

🐛 Parser: Initializers should be allowed for ambient`readonly` in `TsPropertySignatureClassMember`

Open Boshen opened this issue 3 years ago • 2 comments

Environment information

Playground

Found in Babylon.js

What happened?

declare class C {
    readonly name = "initializer";
}

errored with

Initializers are not allowed in ambient contexts

Expected result

No error

Code of Conduct

  • [X] I agree to follow Rome's Code of Conduct

Boshen avatar Jul 29 '22 04:07 Boshen

This issue is stale because it has been open 14 days with no activity.

github-actions[bot] avatar Sep 16 '22 12:09 github-actions[bot]

This issue is stale because it has been open 14 days with no activity.

github-actions[bot] avatar Oct 10 '22 12:10 github-actions[bot]