vue3-gettext
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -18,2 +18,3 @@ #!/usr/bin/env node | ||
var treeAdapter = require('parse5-htmlparser2-tree-adapter'); | ||
var typescript = require('typescript'); | ||
var child_process = require('child_process'); | ||
@@ -121,3 +122,3 @@ | ||
jsParser.parseString(source, fileName, { | ||
scriptKind: 1, | ||
scriptKind: typescript.ScriptKind.Deferred, | ||
lineNumberStart: (element.sourceCodeLocation && element.sourceCodeLocation.startLine) || 0, | ||
@@ -124,0 +125,0 @@ }); |
{ | ||
"name": "vue3-gettext", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Translate Vue 3 applications with gettext", | ||
@@ -5,0 +5,0 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/", |
@@ -0,0 +0,0 @@ <p align="center"> |
Sorry, the diff of this file is not supported yet
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
98664
2061