@tolgee/cli
Advanced tools
Comparing version 2.4.1 to 2.4.2
export const ngxMapper = (token) => { | ||
// custom tag names have dynamic token names | ||
if (token.type?.startsWith('entity.name.tag.html.ng.')) { | ||
return 'tag.name'; | ||
} | ||
switch (token.type) { | ||
@@ -3,0 +7,0 @@ // ngx template tags |
@@ -1,2 +0,2 @@ | ||
// <T key-name="my_key" /> -> <T keyName="key" /> | ||
// <T key-name="my_key" /> -> <T keyName="my_key" /> | ||
// ^^^^^^^^ ^^^^^^^ | ||
@@ -3,0 +3,0 @@ export const hyphenPropsMerger = { |
{ | ||
"name": "@tolgee/cli", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A tool to interact with the Tolgee Platform through CLI", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
907169
5015