From c599c0594090799f6f0c12912956090b97222aa5 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Fri, 3 Dec 2021 16:44:10 -0700 Subject: [PATCH] Remove unneeded comments, add a drawback I missed --- text/0779-first-class-component-templates.md | 27 ++++++++------------ 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/text/0779-first-class-component-templates.md b/text/0779-first-class-component-templates.md index 1eeec7ab4c..07deca85c2 100644 --- a/text/0779-first-class-component-templates.md +++ b/text/0779-first-class-component-templates.md @@ -9,17 +9,6 @@ Relevant Team(s): Ember.js, Learning, Ember CLI RFC PR: https://github.com/emberjs/rfcs/pull/779 --- - - # First Class Component Templates @@ -941,15 +930,19 @@ A blog post can introduce the feature along these lines when the feature ships, The analogy here would be if a JavaScript module could only have a single function or class in it, or a CSS file could only have a single declaration in it, regardless of what actually made sense for that particular module. - +[platform-template]: http://developer.mozilla.org/en-US/docs/Web/HTML/Element/template ## Alternatives