vue3-gettext
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -203,2 +203,7 @@ #!/usr/bin/env node | ||
} | ||
if (descriptor.scriptSetup) { | ||
jsParser.parseString(descriptor.scriptSetup.content, descriptor.filename, { | ||
lineNumberStart: descriptor.scriptSetup.loc.start.line, | ||
}); | ||
} | ||
} | ||
@@ -205,0 +210,0 @@ else if (fp.endsWith(".html")) { |
{ | ||
"name": "vue3-gettext", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Translate Vue 3 applications with gettext", | ||
@@ -5,0 +5,0 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/", |
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
96000
2020