Skip to content

Commit

Permalink
Add more expected sections in Tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Nov 24, 2021
1 parent 8b1aa7e commit 0fdfc1d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions text/0000-template-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ It offers these new capabilities while not only maintaining but *improving* Embe
- [Interop](#interop)
- [The “prelude”](#the-prelude)
- [Tooling](#tooling)
- [Generators](#generators)
- [Linting and formatting](#linting-and-formatting)
- [Language server support](#language-server-support)
- [How we teach this](#how-we-teach-this)
- [Guides](#guides)
- [API Docs](#api-docs)
Expand Down Expand Up @@ -466,6 +469,18 @@ defined here.

<!-- TODO -->

#### Generators

<!-- TODO -->

#### Linting and formatting

<!-- TODO -->

#### Language server support

<!-- TODO -->

## How we teach this

We describe a `<template>` as representing the *template* for a *component*. When there is no backing class, that’s all there is to the component. When there *is* a backing class, the component also has associated state and behavior. (Notably, this shift already began with Octane, where we generate template-only components by default.)
Expand Down

0 comments on commit 0fdfc1d

Please sign in to comment.