proposals icon indicating copy to clipboard operation
proposals copied to clipboard

Parameter Decorators (Stage 0)

Open babel-bot opened this issue 8 years ago • 2 comments
trafficstars

Original issue submitted by @armorik83 in https://github.com/babel/babel/issues/1301

Champion: @igorminar Spec Repo: N/A Spec Doc: https://docs.google.com/document/d/1Qpkqf_8NzAwfD8LdnqPjXAQ2wwh8BBUGynhn-ZlCWT0/edit

Example

class MyComponent {
  refresh(@lastRefreshTime timeStamp) {}
}
  • [ ] I would wait on regular decorators support to start this (https://github.com/babel/proposals/issues/11)

babel-bot avatar Jul 21 '17 00:07 babel-bot

ts-loader support this.

yaitskov avatar Jan 20 '19 21:01 yaitskov

https://www.npmjs.com/package/babel-plugin-parameter-decorator

vjpr avatar Mar 12 '19 17:03 vjpr