eclipse-typescript icon indicating copy to clipboard operation
eclipse-typescript copied to clipboard

why readonly not supported?

Open niss2000 opened this issue 8 years ago • 2 comments

interface Point { readonly x: number; }

Property or signature expected.

niss2000 avatar Aug 22 '16 06:08 niss2000

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.

david-bouyssie avatar Oct 15 '16 13:10 david-bouyssie

this is a sub-issue of #331

adidahiya avatar Oct 16 '16 23:10 adidahiya