We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b5943 commit 66d1b57Copy full SHA for 66d1b57
packages/@glimmer/validator/lib/meta.ts
@@ -75,6 +75,6 @@ export function tagFor<T extends object>(
75
export function infoForTag(tag: Tag) {
76
return {
77
object: tag.object,
78
- propertyKey: tag.propertyKey
+ propertyKey: tag.propertyKey,
79
};
80
}
0 commit comments