Skip to content

Commit

Permalink
Merge pull request #19362 from emberjs/with-deprecation-url
Browse files Browse the repository at this point in the history
Add url for with helper deprecation
  • Loading branch information
rwjblue authored Jan 30, 2021
2 parents a7e016c + 74e0f60 commit ae836ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default function deprecateWith(env: EmberASTPluginEnvironment): ASTPlugin
id: 'ember-glimmer.with-syntax',
until: '4.0.0',
for: 'ember-source',
url: 'https://deprecations.emberjs.com/v3.x/#toc_ember-glimmer-with-syntax',
since: {
enabled: '3.26.0-beta.1',
},
Expand Down

0 comments on commit ae836ec

Please sign in to comment.