typescript1.8 - Typescript Decorators state -


typescript version: 1.8

hello,

we have case use typescript decorators in our project there next lines in https://www.typescriptlang.org/docs/handbook/decorators.html:

decorators stage 1 proposal javascript , available experimental feature of typescript.

note  decorators experimental feature may change in future releases.

so have next questions:
1) decorators' syntax changed in future?
2) use decorators production?

will decorators' syntax changed in future?

it may. although seems unlikely @ stage due prevalence.

could use decorators production?

i use them third party libraries time (e.g. @connect in redux). weary create them myself (the burden on creator) 🌹


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -