question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide @t decorator

See original GitHub issue

Please provide a @t decorator. Just for convenience not to use the @macro helper everytime. Would be a good to be served by ember-intl directly.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
buschtoenscommented, Oct 21, 2018

Published a first draft of @ember-intl/decorators to npm. 🚀

1reaction
jasonmitcommented, Oct 17, 2018

@buschtoens feel free to add to the readme. Awesome work 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Decorators - TypeScript
Decorators provide a way to add both annotations and a meta-programming syntax for class declarations and members. Decorators are a stage 2 proposal...
Read more >
Decorators with parameters? - python - Stack Overflow
The solution proposed by t.dubrownik shows a pattern which is always the same: you need the three-layered wrapper regardless of what the decorator...
Read more >
Primer on Python Decorators
In this tutorial on decorators, we'll look at what they are and how to create and use them. Decorators provide a simple syntax...
Read more >
How to Create and Use Decorators in Python With Examples
Python decorators allow you to change the behavior of a function without modifying the function itself. In this article I will show you...
Read more >
Custom decorators | NestJS - A progressive Node.js framework
Nest provides a set of useful param decorators that you can use together with the HTTP route handlers. Below is a list of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found