Fix broken codegen

This commit is contained in:
Tomaž Jerman
2022-04-25 13:54:51 +02:00
parent e75a57b0e9
commit afa2ed0c85
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
#handle: =~"^[A-Za-z][a-zA-Z0-9_\\-\\.]*[a-zA-Z0-9]+$"
// More liberal then identifier, allows underscores and dots
#baseHandle: =~"^[a-z][a-z0-9-]*[a-z0-9]+$"
#baseHandle: =~"^[a-zA-Z][a-zA-Z0-9-]*[a-zA-Z0-9]+$"
#_base: {
// lowercase dash-separated words
-2
View File
@@ -21,8 +21,6 @@ namespace: schema.#resource & {
}
locale: {
resource: references: [ "ID"]
keys: {
name: {}
metaSubtitle: {