We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c712a commit ea5eb0eCopy full SHA for ea5eb0e
packages/core/src/transform/template/mapping-tree.ts
@@ -26,8 +26,8 @@ export class TextContent {
26
}
27
28
/**
29
- * This node represents the root of an embedded template, including any
30
- * boilerplate like tagged template syntax or `<template>` that designates
+ * This node represents the root of an embedded template, including
+ * the surrounding `<template>...</template>` boilerplate that designates
31
* the surrounded contents as a template.
32
*/
33
export class TemplateEmbedding {
0 commit comments