eclipse-typescript
eclipse-typescript copied to clipboard
why readonly not supported?
interface Point { readonly x: number; }
Property or signature expected.
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.
this is a sub-issue of #331