Skip to content

Commit 4189add

Browse files
authored
add missing keywords (#244)
* add missing keywords * add missing keywords
1 parent c3f088d commit 4189add

File tree

2 files changed

+391
-19
lines changed

2 files changed

+391
-19
lines changed

src/main/kotlin/com/emberjs/hbs/Internals.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ object Internals {
4141
"query-params",
4242
"textarea",
4343
"unbound",
44+
"readonly",
4445
"unless",
4546
"yield",
4647
"has-block-params",
@@ -58,4 +59,4 @@ object Internals {
5859
"TextArea" to listOf("@ember/component", "component"),
5960
"LinkTo" to listOf("@ember/routing", "component"),
6061
)
61-
}
62+
}

0 commit comments

Comments
 (0)