fis3-parser-react-i18n
Advanced tools
Comparing version 0.0.0-alpha.10 to 0.0.0-alpha.11
@@ -124,3 +124,3 @@ var parse = require('@babel/parser').parse; | ||
}); | ||
return "{{$".concat(i_1, "}}"); | ||
return "{{@".concat(i_1, "}}"); | ||
}); | ||
@@ -131,3 +131,3 @@ var id = hash(value); | ||
t.objectExpression(node.expressions.map(function (item, index) { | ||
return t.objectProperty(t.stringLiteral("$".concat(index + 1)), item); | ||
return t.objectProperty(t.stringLiteral("@".concat(index + 1)), item); | ||
})) | ||
@@ -134,0 +134,0 @@ ])); |
{ | ||
"name": "fis3-parser-react-i18n", | ||
"version": "0.0.0-alpha.10", | ||
"version": "0.0.0-alpha.11", | ||
"description": "fis3处理react国际化插件", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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