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

why readonly not supported? #328

Open
niss2000 opened this issue Aug 22, 2016 · 2 comments
Open

why readonly not supported? #328

niss2000 opened this issue Aug 22, 2016 · 2 comments

Comments

@niss2000
Copy link

interface Point {
readonly x: number;
}

Property or signature expected.

@david-bouyssie
Copy link

I think this feature is only supported when using TS 2.0.
The current version of this plugin seems to only compile TS code version 1.8.

@adidahiya
Copy link

this is a sub-issue of #331

@Rouche Rouche mentioned this issue Jan 9, 2017
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

3 participants