Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants