efront 4.30.1 → 4.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -893,7 +893,7 @@ var createScoped = function (parsed, wash) {
893
893
  }
894
894
  }
895
895
  else {
896
- var n = skipAssignment(o);
896
+ var n = skipSentenceQueue(o);
897
897
  var n1 = o;
898
898
  while (n1 && n1 !== n) {
899
899
  o = n1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.30.1",
3
+ "version": "4.30.2",
4
4
  "description": "一个开发环境,提供一种自由的前端开发模式,也可作为辅助工具使用。",
5
5
  "main": "public/efront.js",
6
6
  "directories": {